From: Eric Bollengier Date: Thu, 7 Jul 2016 13:24:30 +0000 (+0200) Subject: Fix error message about the stream 26 (PLUGIN_NAME) in bextract X-Git-Tag: Release-7.4.4~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09e8d4dc189357f44968dc257301bdf26becefa1;p=bacula%2Fbacula Fix error message about the stream 26 (PLUGIN_NAME) in bextract --- diff --git a/bacula/src/stored/bextract.c b/bacula/src/stored/bextract.c index 717cecae8b..a300792f3c 100644 --- a/bacula/src/stored/bextract.c +++ b/bacula/src/stored/bextract.c @@ -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) {