]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix error message about the stream 26 (PLUGIN_NAME) in bextract
authorEric Bollengier <eric@baculasystems.com>
Thu, 7 Jul 2016 13:24:30 +0000 (15:24 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 20 Sep 2016 15:10:15 +0000 (17:10 +0200)
bacula/src/stored/bextract.c

index 717cecae8bfe4b5a34a3fa85b5016e7a0b4e4436..a300792f3cf3fb1bd8eea788c1e9715e1282ead9 100644 (file)
@@ -646,7 +646,9 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec)
          prog_name_msg++;
       }
       break;
-
+   case STREAM_PLUGIN_NAME:
+      /* Just ignore the plugin name */
+      break;
    default:
       /* If extracting, weird stream (not 1 or 2), close output file anyway */
       if (extract) {