Now have a better solution to the need to have smblcient find
authorRichard Sharpe <sharpe@samba.org>
Tue, 29 Sep 1998 04:43:40 +0000 (04:43 +0000)
committerRichard Sharpe <sharpe@samba.org>
Tue, 29 Sep 1998 04:43:40 +0000 (04:43 +0000)
commitb665756bfc813b229ad50b0d5f53e8b779537a3f
treea8b0b0547583f5a01ee25b89bdae6d599621fbfa
parent14ee57f336100634993e7968ba54a441ac2813db
Now have a better solution to the need to have smblcient find
a WINS server if running on the WINS server.  As suggested by
Andrew, we have a flag, in_client=False by default, and set it
to True in the client.  loadparam.c checks this and sets
szWINSserver to 127.0.0.1 when in_client && bWINSsupport.

BTW, we seem to have picked up and unused value in some of
Luke's new code.
source/client/client.c
source/param/loadparm.c