Sometime after 1.9.17p5 smbclient stopped being able to do
authorJeremy Allison <jra@samba.org>
Sat, 14 Feb 1998 07:11:46 +0000 (07:11 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 14 Feb 1998 07:11:46 +0000 (07:11 +0000)
commit990c84354a24903591953f687a6e39aa97614c20
treec308c74827a53681290ac777510b87f089742cd8
parenta093e73d946922b32d1d17c1f21b803637b362a7
Sometime after 1.9.17p5 smbclient stopped being able to do
NetBIOS name lookups by broadcast and instead only does DNS.
With the belief that this was not what was intended (I think
it happened in the clientutil.c cleanup) I have added that
capability back to smbclient by adding the #define USENMB
into clientutil.c, and adding the required namequery.o into
the object lists for smbclient and smbmount (as they now
need it to link).
If this was done intentionally let me know and I'll back
this out.
Jeremy.
(This used to be commit 1da47e79d3055468b03f496982af0fb836d91f8c)
source3/client/clientutil.c