- added comments to byteorder.h explaining how it works.
[kai/samba.git] / source3 / utils / nmblookup.c
index 43c328a41ec38d2ac0835cbfa6bc1e1453dedd17..4d7c6e85349e995c2bfaf0b450c5199e2b202fbf 100644 (file)
@@ -93,7 +93,7 @@ static void usage(void)
 int main(int argc,char *argv[])
 {
   int opt;
-  unsigned int lookup_type = 0x20;
+  unsigned int lookup_type = 0;
   pstring lookup;
   extern int optind;
   extern char *optarg;