summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-08 04:33:37 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-08 04:33:37 +0000
commit4eba893b02334953b0f1bc082dcba6f930f9ff80 (patch)
treed6c7fbe5c5c657c34b7881384e1b9a1dc285e24d /source3/utils
parentd160d93d8fad563400aa1e1274437df1fbd4ecbf (diff)
downloadsamba-4eba893b02334953b0f1bc082dcba6f930f9ff80.tar.gz
samba-4eba893b02334953b0f1bc082dcba6f930f9ff80.tar.bz2
samba-4eba893b02334953b0f1bc082dcba6f930f9ff80.zip
- added comments to byteorder.h explaining how it works.
- fixed problem with installscripts if srcdir is not set - fixed ptr init bug in interface.c - changed default lookup type in nmblookup to match nbtstat under NT - new quotas fixes for sunos and solaris (This used to be commit e775576f026d282473256aeac6fef65a85acd98e)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/nmblookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c
index 43c328a41e..4d7c6e8534 100644
--- a/source3/utils/nmblookup.c
+++ b/source3/utils/nmblookup.c
@@ -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;