]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_run.c
Cleanup new timeout code for bconsole
[bacula/bacula] / bacula / src / dird / ua_run.c
index 3c6357c6a1c12f623c55bd14b5055169d8f6de7f..ab31ada9a4819486ee9ebba0020486bb6babaf3a 100644 (file)
@@ -1219,6 +1219,8 @@ static bool scan_command_line_arguments(UAContext *ua, run_ctx &rc)
                kw_ok = true;
                break;
             case 25: /* pluginoptions */
+               ua->send_msg(_("Plugin Options not yet implemented.\n"));
+               return false;
                if (rc.plugin_options) {
                   ua->send_msg(_("Plugin Options specified twice.\n"));
                   return false;
@@ -1231,10 +1233,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;