]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_run.c
Commit backports from 2.3.x
[bacula/bacula] / bacula / src / dird / ua_run.c
index e370f3f6344aef1ebb47e6212fdff55280af585e..5baf9d9c6a03e182defef81187f8da33c5b9726d 100644 (file)
@@ -1209,7 +1209,7 @@ static bool scan_command_line_arguments(UAContext *ua, run_ctx &rc)
    }
    if (!rc.store->store) {
       ua->error_msg(_("No storage specified.\n"));
-      return true;
+      return false;
    } else if (!acl_access_ok(ua, Storage_ACL, rc.store->store->name())) {
       ua->error_msg(_("No authorization. Storage \"%s\".\n"),
                rc.store->store->name());