From 376742415bee987b780e4c0729b27d3b5f0b4af1 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 28 Sep 1998 09:40:46 +0000 Subject: Backed out that just as ill-considered change :-( A more careful change will be needed in the name lookup code. (This used to be commit edfc3ab99b4c2441e765d49a7aa73ca2f3ec8de3) --- source3/param/loadparm.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 259bb74581..15bc22de2a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -2482,15 +2482,6 @@ BOOL lp_load(char *pszFname,BOOL global_only, BOOL save_defaults, BOOL add_ipc) bLoaded = True; - /* Now we check bWINSsupport and set szWINSserver to 127.0.0.1 */ - /* if bWINSsupport is True */ - - if (Globals.bWINSsupport) { - - string_set(&Globals.szWINSserver, "127.0.0.1"); - - } - return (bRetval); } -- cgit