]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix upper camel case style for SdPacketCheck directive
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 7 Apr 2021 07:20:58 +0000 (09:20 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
bacula/src/filed/filed_conf.c

index bfd79aebb1e0243fed4dcde7edeca8fc2a3e79c0..0fd0dcd1579c2e168f348fbcb819f2d477152650 100644 (file)
@@ -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},