]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/vbackup.c
Fix #2853 About character substitution for "virtual full" job level in RunAfterJob
[bacula/bacula] / bacula / src / dird / vbackup.c
index 7cd276a40d8e167e88480c85b43eda8b896f7327..278d96f9351236624fd889af642c4b7582a61f55 100644 (file)
@@ -376,8 +376,7 @@ void vbackup_cleanup(JCR *jcr, int TermCode)
    Dmsg2(100, "Enter vbackup_cleanup %d %c\n", TermCode, TermCode);
    memset(&cr, 0, sizeof(cr));
 
-   jcr->setJobLevel(L_FULL);         /* we want this to appear as a Full backup */
-   jcr->jr.JobLevel = L_FULL;         /* we want this to appear as a Full backup */
+   jcr->jr.JobLevel = L_FULL;   /* we want this to appear as a Full backup */
    jcr->JobFiles = jcr->SDJobFiles;
    jcr->JobBytes = jcr->SDJobBytes;
    update_job_end(jcr, TermCode);