diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-28 17:28:04 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-30 04:15:12 +0200 |
commit | 9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9 (patch) | |
tree | 1032dd17ca55bfcc509b5faefa1e6b17614c8543 /source3/param | |
parent | 21681569795040c62e5cbd38b39ae4df351cbe23 (diff) | |
download | samba-9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9.tar.gz samba-9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9.tar.bz2 samba-9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9.zip |
s3-param: Use same function name for "max xmit" as lib/param
Again, this helps with merging the FN_ list.
Andrew Bartlett
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 6e1769a2fb..308069652f 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -5223,7 +5223,7 @@ FN_GLOBAL_INTEGER(max_smbd_processes, iMaxSmbdProcesses) FN_GLOBAL_INTEGER(max_stat_cache_size, iMaxStatCacheSize) FN_GLOBAL_INTEGER(max_ttl, max_ttl) FN_GLOBAL_INTEGER(max_wins_ttl, max_wins_ttl) -FN_GLOBAL_INTEGER(maxxmit, max_xmit) +FN_GLOBAL_INTEGER(max_xmit, max_xmit) FN_GLOBAL_INTEGER(min_wins_ttl, min_wins_ttl) FN_GLOBAL_INTEGER(name_cache_timeout, name_cache_timeout) FN_GLOBAL_INTEGER(open_files_db_hash_size, open_files_db_hash_size) |