svn commit: samba r5389 - in branches/SAMBA_4_0/source/param: .

tridge at samba.org tridge at samba.org
Mon Feb 14 05:10:33 GMT 2005


Author: tridge
Date: 2005-02-14 05:10:33 +0000 (Mon, 14 Feb 2005)
New Revision: 5389

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5389

Log:
initialise the WINS ttl max/min values to something sensible


Modified:
   branches/SAMBA_4_0/source/param/loadparm.c


Changeset:
Modified: branches/SAMBA_4_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_4_0/source/param/loadparm.c	2005-02-14 05:09:53 UTC (rev 5388)
+++ branches/SAMBA_4_0/source/param/loadparm.c	2005-02-14 05:10:33 UTC (rev 5389)
@@ -1053,6 +1053,9 @@
 	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;



More information about the samba-cvs mailing list