1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

param: Rename variable used for lp_username_map_cache_time iUsernameMapCacheTime

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:04:20 +13:00 committed by Jeremy Allison
parent fe6b608d69
commit aaa8e438f2
2 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ FN_GLOBAL_INTEGER(srv_maxprotocol, srv_maxprotocol)
FN_GLOBAL_INTEGER(srv_minprotocol, srv_minprotocol)
FN_GLOBAL_INTEGER(syslog, syslog)
FN_GLOBAL_INTEGER(usernamelevel, usernamelevel)
FN_GLOBAL_INTEGER(username_map_cache_time, iUsernameMapCacheTime)
FN_GLOBAL_INTEGER(username_map_cache_time, username_map_cache_time)
FN_GLOBAL_INTEGER(usershare_max_shares, iUsershareMaxShares)
FN_GLOBAL_INTEGER(web_port, web_port)
FN_GLOBAL_INTEGER(winbind_cache_time, winbind_cache_time)

View File

@ -2701,7 +2701,7 @@ static struct parm_struct parm_table[] = {
.label = "username map cache time",
.type = P_INTEGER,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(iUsernameMapCacheTime),
.offset = GLOBAL_VAR(username_map_cache_time),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,