Remove useless popt options
authorJelmer Vernooij <jelmer@samba.org>
Mon, 31 Mar 2003 20:37:31 +0000 (20:37 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 31 Mar 2003 20:37:31 +0000 (20:37 +0000)
(This used to be commit 861b2a464fed3a16f050972feed1900298fb0bcb)

source3/utils/ntlm_auth.c

index f02bd5f5b3a587320a9d75486d73bb56ab9ecf11..d924f92ccec32010d351260e7b1201b34141057d 100644 (file)
@@ -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
        };