param: Rename variable used for lp_print_notify_backchannel bPrintNotifyBackchannel
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Dec 2013 03:03:30 +0000 (16:03 +1300)
committerJeremy Allison <jra@samba.org>
Sat, 25 Jan 2014 00:18:46 +0000 (16:18 -0800)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/param_functions.c
lib/param/param_table.c
source3/param/loadparm.c

index 8fe905e6b0bd21d573b1d058566d08c49143a1ae..07740d1bebb3ee94052e63ba57e7284b7e5ab0e4 100644 (file)
@@ -94,7 +94,7 @@ FN_LOCAL_BOOL(access_based_share_enum, access_based_share_enum)
 FN_LOCAL_BOOL(guest_ok, guest_ok)
 FN_LOCAL_BOOL(guest_only, guest_only)
 FN_LOCAL_BOOL(administrative_share, administrative_share)
-FN_LOCAL_BOOL(print_notify_backchannel, bPrintNotifyBackchannel)
+FN_LOCAL_BOOL(print_notify_backchannel, print_notify_backchannel)
 FN_LOCAL_BOOL(store_dos_attributes, bStoreDosAttributes)
 FN_LOCAL_BOOL(dmapi_support, bDmapiSupport)
 FN_LOCAL_PARM_BOOL(locking, bLocking)
index f4fda9fc36d2fb7e82e8f0121a480e418b88b81d..154c82c688aa7fafad49476035959e4878c2401a 100644 (file)
@@ -2085,7 +2085,7 @@ static struct parm_struct parm_table[] = {
                .label          = "print notify backchannel",
                .type           = P_BOOL,
                .p_class        = P_LOCAL,
-               .offset         = LOCAL_VAR(bPrintNotifyBackchannel),
+               .offset         = LOCAL_VAR(print_notify_backchannel),
                .special        = NULL,
                .enum_list      = NULL,
                .flags          = FLAG_ADVANCED,
index 9cef550e64f08f9577b2f89d089415da6448caa7..8fc91b01ec73cf79d83157c5d6b10226564458c6 100644 (file)
@@ -218,7 +218,7 @@ static struct loadparm_service sDefault =
        .administrative_share = false,
        .guest_ok = false,
        .print_ok = false,
-       .bPrintNotifyBackchannel = false,
+       .print_notify_backchannel = false,
        .map_system = false,
        .map_hidden = false,
        .map_archive = true,