Author: jra
Date: 2006-01-17 15:01:11 +0000 (Tue, 17 Jan 2006)
New Revision: 12980

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

Log:
Fix stupid typo noticed by Gunther.
Jeremy.

Modified:
   trunk/source/param/loadparm.c


Changeset:
Modified: trunk/source/param/loadparm.c
===================================================================
--- trunk/source/param/loadparm.c       2006-01-17 10:27:18 UTC (rev 12979)
+++ trunk/source/param/loadparm.c       2006-01-17 15:01:11 UTC (rev 12980)
@@ -4908,7 +4908,7 @@
        /* Now we check bWINSsupport and set szWINSserver to 127.0.0.1 */
        /* if bWINSsupport is true and we are in the client            */
        if (in_client && Globals.bWINSsupport) {
-               lp_do_parameter(GLOBAL_SECTION_SNUM, "wins server", 
"126.0.0.1");
+               lp_do_parameter(GLOBAL_SECTION_SNUM, "wins server", 
"127.0.0.1");
        }
 
        init_iconv();

Reply via email to