From 9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 28 May 2012 17:28:04 +1000 Subject: s3-param: Use same function name for "max xmit" as lib/param Again, this helps with merging the FN_ list. Andrew Bartlett --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param/loadparm.c') 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) -- cgit