From 56e9e7d9d88bb283267c1f5d99b0273139865acf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:30 +1300 Subject: param: Rename variable used for lp_print_notify_backchannel bPrintNotifyBackchannel Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 8fe905e6b0..07740d1beb 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -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) -- cgit