diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:06 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:58 -0800 |
commit | 3ea23419ea3d45b8d11d26f74b5361e925e8f041 (patch) | |
tree | 61c0517a1ec22bcbcfabfd7fa39aafde6024e5ce | |
parent | 37f67b8d5afd7695e7f43bc847de28f7218c9063 (diff) | |
download | samba-3ea23419ea3d45b8d11d26f74b5361e925e8f041.tar.gz samba-3ea23419ea3d45b8d11d26f74b5361e925e8f041.tar.xz samba-3ea23419ea3d45b8d11d26f74b5361e925e8f041.zip |
param: Rename variable used for lp_wtmpdir szWtmpDir
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
-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 9df7a8b1ae..8b5aca9037 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -269,7 +269,7 @@ FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, winbindd_privileged FN_GLOBAL_CONST_STRING(winbindd_socket_directory, winbindd_socket_directory) FN_GLOBAL_CONST_STRING(winbind_separator, winbind_separator) FN_GLOBAL_CONST_STRING(workgroup, workgroup) -FN_GLOBAL_CONST_STRING(wtmpdir, szWtmpDir) +FN_GLOBAL_CONST_STRING(wtmpdir, wtmpdir) FN_GLOBAL_INTEGER(afs_token_lifetime, iAfsTokenLifetime) FN_GLOBAL_INTEGER(algorithmic_rid_base, AlgorithmicRidBase) FN_GLOBAL_INTEGER(allow_dns_updates, allow_dns_updates) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 40d99d2841..a67e70923b 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3363,7 +3363,7 @@ static struct parm_struct parm_table[] = { .label = "wtmp directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szWtmpDir), + .offset = GLOBAL_VAR(wtmpdir), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |