]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix bfdjson with PluginOptions
authorEric Bollengier <eric@baculasystems.com>
Mon, 29 Nov 2021 11:17:19 +0000 (12:17 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
bacula/src/filed/filed_conf.c

index e6ffaef11e14a497fcd0aa5e8c3ba53d22a82fad..6ce70df0cadc3dc1bff1a37edfa370c759a50898 100644 (file)
@@ -823,6 +823,7 @@ bool save_resource(CONFIG *config, int type, RES_ITEM *items, int pass)
 
             res->res_client.messages = res_all.res_client.messages;
             res->res_client.disable_cmds = res_all.res_client.disable_cmds;
+            res->res_client.plugins = res_all.res_client.plugins;
             break;
          case R_COLLECTOR:
             if ((res = (URES *)GetResWithName(R_COLLECTOR, res_all.res_collector.hdr.name)) == NULL) {