From: Eric Bollengier Date: Mon, 29 Nov 2021 11:17:19 +0000 (+0100) Subject: Fix bfdjson with PluginOptions X-Git-Tag: Beta-15.0.0~743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c069c2a96817cccbc9a3f49cb5c8843275931b;p=thirdparty%2Fbacula.git Fix bfdjson with PluginOptions --- diff --git a/bacula/src/filed/filed_conf.c b/bacula/src/filed/filed_conf.c index e6ffaef11..6ce70df0c 100644 --- a/bacula/src/filed/filed_conf.c +++ b/bacula/src/filed/filed_conf.c @@ -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) {