1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

param: Rename variable used for lp_print_notify_backchannel bPrintNotifyBackchannel

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett 2013-12-24 16:03:30 +13:00 committed by Jeremy Allison
parent 1cbb4a8453
commit 56e9e7d9d8
3 changed files with 3 additions and 3 deletions

View 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)

View 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,

View 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,