]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_run.c
ebl tweak pointer to int convertion for win64
[bacula/bacula] / bacula / src / dird / ua_run.c
index 3c6357c6a1c12f623c55bd14b5055169d8f6de7f..b57b3c402e5f7609f4faa241b42402ffe49b4ee8 100644 (file)
@@ -1231,10 +1231,10 @@ static bool scan_command_line_arguments(UAContext *ua, run_ctx &rc)
                kw_ok = true;
                break;
             case 26: /* spooldata */
-              if (rc.spool_data_set) {
+               if (rc.spool_data_set) {
                   ua->send_msg(_("Spool flag specified twice.\n"));
                   return false;
-              }
+               }
                if (is_yesno(ua->argv[i], &rc.spool_data)) {
                   rc.spool_data_set = 1;
                   kw_ok = true;