From c97bb2f272c6fc4310a367c72b8cc5113eaf5397 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 6 Nov 1996 20:14:24 +0000 Subject: nmblookup was looking for 0x1b (domain master browser) not 0x1d (local master browser) names with the -M switch. lkcl (This used to be commit f27a9ccc972432a8a49dc0f0290751971d5699cd) --- source3/utils/nmblookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c index ccdbec45e6..c969276838 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -179,7 +179,7 @@ int main(int argc,char *argv[]) strcpy(lookup,"\01\02__MSBROWSE__\02"); lookup_type = 1; } else { - lookup_type = 0x1b; + lookup_type = 0x1d; } } -- cgit