summaryrefslogtreecommitdiff
path: root/source3/utils/nmblookup.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-24 14:15:14 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-24 14:15:14 +0000
commit41a09c3c533ab170097309e1f91314eda32e4f4c (patch)
treea914e40801ca3c51a0b00399ff8282542b6cc198 /source3/utils/nmblookup.c
parente5ae6d548ff3c11a1be5ce3509da278b09994a34 (diff)
downloadsamba-41a09c3c533ab170097309e1f91314eda32e4f4c.tar.gz
samba-41a09c3c533ab170097309e1f91314eda32e4f4c.tar.bz2
samba-41a09c3c533ab170097309e1f91314eda32e4f4c.zip
Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters. (This used to be commit d5f9b0275c91512e1926504f22aaeec2d104430d)
Diffstat (limited to 'source3/utils/nmblookup.c')
-rw-r--r--source3/utils/nmblookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c
index 88038fb566..85f092c8b0 100644
--- a/source3/utils/nmblookup.c
+++ b/source3/utils/nmblookup.c
@@ -203,6 +203,7 @@ int main(int argc,char *argv[])
{ "root-port", 'r', POPT_ARG_VAL, &RootPort, True, "Use root port 137 (Win95 only replies to this)" },
{ "lookup-by-ip", 'A', POPT_ARG_VAL, &lookup_by_ip, True, "Do a node status on <name> as an IP Address" },
POPT_COMMON_SAMBA
+ POPT_COMMON_CONNECTION
{ 0, 0, 0, 0 }
};