summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-14 05:10:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:50 -0500
commita065adeacb8a8c8f7ad5041b64e3059afa0d1e26 (patch)
tree2ede7478e78e4f427aecfd98a129abec267ad4c1 /source4/param
parentdf6d143e2e49fdabe483ea2edb4e1980ea44ed71 (diff)
downloadsamba-a065adeacb8a8c8f7ad5041b64e3059afa0d1e26.tar.gz
samba-a065adeacb8a8c8f7ad5041b64e3059afa0d1e26.tar.bz2
samba-a065adeacb8a8c8f7ad5041b64e3059afa0d1e26.zip
r5389: initialise the WINS ttl max/min values to something sensible
(This used to be commit ee61fab163ed7faccef908d7458a2038fdad0887)
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index c6a58386ec..23551bd1c6 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -1053,6 +1053,9 @@ static void init_globals(void)
do_parameter("nbt port", "137");
do_parameter("nt status support", "True");
+
+ do_parameter("max wins ttl", "432000");
+ do_parameter("min wins ttl", "10");
}
static TALLOC_CTX *lp_talloc;