If I use nmblookup to search for node ZOOB#1B and there is no such name
commit30fdd204f44cd06b716736e7fd64942a8d7b6f84
authorChristopher R. Hertel <crh@samba.org>
Tue, 13 Jun 2000 20:41:15 +0000 (13 20:41 +0000)
committerChristopher R. Hertel <crh@samba.org>
Tue, 13 Jun 2000 20:41:15 +0000 (13 20:41 +0000)
tree78d61935f4ad7806d0b6745660cc3fc2ee2c479f
parent898c5ddf071035418dcf3f351a9ecc9904069335
If I use nmblookup to search for node ZOOB#1B and there is no such name
registered within the search space, nmblookup would report

  name_query failed to find name ZOOB

I've changed it to report any non-zero type, so the above message becomes

  name_query failed to find name ZOOB#1B

If the query is for ZOOB or even ZOOB#00 then the old style error message
is given.

Chris -)-----
(This used to be commit 5ecf0c61718afbc7106e853d327428bd72f77690)
source3/utils/nmblookup.c