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

metze at samba.org metze at samba.org
Thu Dec 22 18:21:20 GMT 2005


Author: metze
Date: 2005-12-22 18:21:19 +0000 (Thu, 22 Dec 2005)
New Revision: 12435

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

Log:
the max wins ttl is 6 days in windows and samba3

metze
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-12-22 11:40:14 UTC (rev 12434)
+++ branches/SAMBA_4_0/source/param/loadparm.c	2005-12-22 18:21:19 UTC (rev 12435)
@@ -696,7 +696,7 @@
 
 	do_parameter("nt status support", "True", NULL);
 
-	do_parameter("max wins ttl", "432000", NULL);
+	do_parameter("max wins ttl", "518400", NULL); /* 6 days */
 	do_parameter("min wins ttl", "10", NULL);
 
 	do_parameter("tls enabled", "True", NULL);



More information about the samba-cvs mailing list