param: Rename variable used for lp_msg_command szMsgCommand
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Dec 2013 03:04:31 +0000 (16:04 +1300)
committerJeremy Allison <jra@samba.org>
Sat, 25 Jan 2014 00:19:03 +0000 (16:19 -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

index c2b60af92658ba92d99aebd980ac1055d06c94ae..b0b516d41c01fc4a79ab26b7d6d088af5d1afda0 100644 (file)
@@ -393,7 +393,7 @@ FN_GLOBAL_STRING(ldap_suffix, ldap_suffix)
 FN_GLOBAL_STRING(logfile, logfile)
 FN_GLOBAL_STRING(log_nt_token_command, log_nt_token_command)
 FN_GLOBAL_STRING(mangling_method, mangling_method)
-FN_GLOBAL_STRING(msg_command, szMsgCommand)
+FN_GLOBAL_STRING(msg_command, msg_command)
 FN_GLOBAL_STRING(nis_home_map_name, szNISHomeMapName)
 FN_GLOBAL_STRING(os2_driver_map, szOs2DriverMap)
 FN_GLOBAL_STRING(panic_action, szPanicAction)
index 81cdf37e63e12abcc52fab89fc458738deadde35..0e91c3a593ed7d77b09c983fd4381657b9c2a145 100644 (file)
@@ -3400,7 +3400,7 @@ static struct parm_struct parm_table[] = {
                .label          = "message command",
                .type           = P_STRING,
                .p_class        = P_GLOBAL,
-               .offset         = GLOBAL_VAR(szMsgCommand),
+               .offset         = GLOBAL_VAR(msg_command),
                .special        = NULL,
                .enum_list      = NULL,
                .flags          = FLAG_ADVANCED,