diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:03 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:13 -0800 |
commit | 1256555b76d9302a08dd47eaa1118172395171d7 (patch) | |
tree | cc69aa59964e8e69d2c557c2196bf0270f3de4db /lib | |
parent | 5f4159b25bcddc06babbd9b3aa6c3ff86770a610 (diff) | |
download | samba-1256555b76d9302a08dd47eaa1118172395171d7.tar.gz samba-1256555b76d9302a08dd47eaa1118172395171d7.tar.xz samba-1256555b76d9302a08dd47eaa1118172395171d7.zip |
param: rename lp function and variable from "nis_home_map_name" to "homedir_map"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/param_functions.c | 2 | ||||
-rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index f31ea4fca03..6943036a771 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -393,7 +393,7 @@ 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, msg_command) -FN_GLOBAL_STRING(nis_home_map_name, nis_home_map_name) +FN_GLOBAL_STRING(homedir_map, homedir_map) FN_GLOBAL_STRING(os2_driver_map, os2_driver_map) FN_GLOBAL_STRING(panic_action, panic_action) FN_GLOBAL_STRING(passwd_chat, passwd_chat) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index b8b94d95816..7a0f4cafea4 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3490,7 +3490,7 @@ static struct parm_struct parm_table[] = { .label = "homedir map", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(nis_home_map_name), + .offset = GLOBAL_VAR(homedir_map), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |