removed the wins name registration code from libsmbclient
commit62774923ffdce15eded0f37ba99e33e9cd7a358c
authorAndrew Tridgell <tridge@samba.org>
Wed, 26 Jun 2002 08:09:28 +0000 (26 08:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 26 Jun 2002 08:09:28 +0000 (26 08:09 +0000)
tree23331252b4b3f5c0b62da1065fbcee559dafbbb9
parentd03efabc4dca842cafcd0edfa1eaa5b4d3e821b6
removed the wins name registration code from libsmbclient

it is *completely* bogus for our client code to be doing wins
registrations. Not only is it slow as hell (think about when a wins
server is down) but how the heck is going to answer the queries that
will later come in for our name? And what happens when libsmbclient
sends registrations and nmbd then gets the WACK response from the wins
server? we end up losing our name!

Name registration is a job for nmbd, not for clients.
source/libsmb/libsmbclient.c
source/libsmb/namequery.c