diff options
author | Richard Sharpe <sharpe@samba.org> | 1998-09-28 09:40:46 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1998-09-28 09:40:46 +0000 |
commit | 376742415bee987b780e4c0729b27d3b5f0b4af1 (patch) | |
tree | e73d26b9068c7d17e7af42ce562fff7e303c0206 /source3/param/loadparm.c | |
parent | c8c89585a30310482ce65a792f814c1937d225e4 (diff) | |
download | samba-376742415bee987b780e4c0729b27d3b5f0b4af1.tar.gz samba-376742415bee987b780e4c0729b27d3b5f0b4af1.tar.bz2 samba-376742415bee987b780e4c0729b27d3b5f0b4af1.zip |
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)
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 9 |
1 files changed, 0 insertions, 9 deletions
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); } |