diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 01fd4061aa..e3ffc78eb7 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -340,7 +340,7 @@ FN_GLOBAL_INTEGER(srv_minprotocol, srv_minprotocol) FN_GLOBAL_INTEGER(syslog, syslog) FN_GLOBAL_INTEGER(usernamelevel, usernamelevel) FN_GLOBAL_INTEGER(username_map_cache_time, username_map_cache_time) -FN_GLOBAL_INTEGER(usershare_max_shares, iUsershareMaxShares) +FN_GLOBAL_INTEGER(usershare_max_shares, usershare_max_shares) FN_GLOBAL_INTEGER(web_port, web_port) FN_GLOBAL_INTEGER(winbind_cache_time, winbind_cache_time) FN_GLOBAL_INTEGER(winbind_expand_groups, winbind_expand_groups) |