From: Marcin Haba Date: Wed, 7 Apr 2021 07:20:58 +0000 (+0200) Subject: Fix upper camel case style for SdPacketCheck directive X-Git-Tag: Release-11.3.2~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c6f6db6dbc046bb518675f43c79ecf95850b41;p=thirdparty%2Fbacula.git Fix upper camel case style for SdPacketCheck directive --- diff --git a/bacula/src/filed/filed_conf.c b/bacula/src/filed/filed_conf.c index bfd79aebb..0fd0dcd15 100644 --- a/bacula/src/filed/filed_conf.c +++ b/bacula/src/filed/filed_conf.c @@ -118,7 +118,7 @@ static RES_ITEM cli_items[] = { {"CommCompression", store_bool, ITEM(res_client.comm_compression), 0, ITEM_DEFAULT, true}, {"DisableCommand", store_alist_str, ITEM(res_client.disable_cmds), 0, 0, 0}, {"MaximumJobErrorCount", store_pint32, ITEM(res_client.max_job_errors), 0, ITEM_DEFAULT, 1000}, - {"SDPacketCheck", store_pint32, ITEM(res_client.sd_packet_check), 0, ITEM_DEFAULT, 0}, + {"SdPacketCheck", store_pint32, ITEM(res_client.sd_packet_check), 0, ITEM_DEFAULT, 0}, #if BEEF {"DedupIndexDirectory", store_dir, ITEM(res_client.dedup_index_dir), 0, 0, 0}, /* deprecated */ {"EnableClientRehydration", store_bool, ITEM(res_client.allow_dedup_cache), 0, ITEM_DEFAULT, false},