summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-31 20:37:31 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-31 20:37:31 +0000
commit353b10b900d6cb3f200c1a14243866bc2c9c19aa (patch)
tree95608eddcd3ebfb637acb4a0f5eccc36457c2a12 /source3/utils
parentb5733dd6ef7c006b0ffc0e6a3c58c30a5d12a585 (diff)
downloadsamba-353b10b900d6cb3f200c1a14243866bc2c9c19aa.tar.gz
samba-353b10b900d6cb3f200c1a14243866bc2c9c19aa.tar.bz2
samba-353b10b900d6cb3f200c1a14243866bc2c9c19aa.zip
Remove useless popt options
(This used to be commit 861b2a464fed3a16f050972feed1900298fb0bcb)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/ntlm_auth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index f02bd5f5b3..d924f92cce 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -457,8 +457,6 @@ enum {
{ "request-lm-key", 0, POPT_ARG_NONE, &request_lm_key, OPT_LM_KEY, "Retreive LM session key"},
{ "request-nt-key", 0, POPT_ARG_NONE, &request_nt_key, OPT_NT_KEY, "Retreive NT session key"},
POPT_COMMON_SAMBA
- POPT_COMMON_CONNECTION
- POPT_COMMON_CREDENTIALS
POPT_TABLEEND
};