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)
commite1d962659f45c6a9bc1a2385ab4f8f4ca0af081c
tree68f6c6d0b81905ed3242fcf9ad5282eff984982c
parent4746a0b93f9c6fdc223a1e80c1024c030c05c10c
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.
(This used to be commit b665756bfc813b229ad50b0d5f53e8b779537a3f)
source3/client/client.c
source3/param/loadparm.c