]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_server.c
Fix typo
[bacula/bacula] / bacula / src / dird / ua_server.c
index d32a9f6982058e50f5cc5792cdb81ca27870142f..3e291fd62b2e8cdd24cc9db86707a8e75362050b 100644 (file)
@@ -103,7 +103,7 @@ JCR *new_control_jcr(char *base_name, int job_type)
    create_unique_job_name(jcr, base_name);
    jcr->sched_time = jcr->start_time;
    jcr->JobType = job_type;
-   jcr->JobLevel = L_FULL;
+   jcr->JobLevel = L_NONE;
    jcr->JobStatus = JS_Running;
    jcr->JobId = 0;
    /*