]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/restore.c
03Dec05
[bacula/bacula] / bacula / src / dird / restore.c
index 2e1d24fe4beac24a5080fdfb327be1fbde6a3d12..4c442816c87652e6880b212bd6d5262333ce1a08 100644 (file)
@@ -94,7 +94,7 @@ bool do_restore(JCR *jcr)
    /*
     * Now start a job with the Storage daemon
     */
-   if (!start_storage_daemon_job(jcr, jcr->storage, SD_READ)) {
+   if (!start_storage_daemon_job(jcr, jcr->storage, NULL)) {
       restore_cleanup(jcr, JS_ErrorTerminated);
       return false;
    }