summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-06 12:26:01 +0200
committerVolker Lendecke <vl@samba.org>2008-04-06 12:27:08 +0200
commitabe1431ad35c2af532b8250abebe05b3e07eabc2 (patch)
treeffb47bd6d77242ea636825be7df9ace4d3d77d85 /source3/utils
parentc18dca113cd648029907d98112030a85ee5069f2 (diff)
downloadsamba-abe1431ad35c2af532b8250abebe05b3e07eabc2.tar.gz
samba-abe1431ad35c2af532b8250abebe05b3e07eabc2.tar.bz2
samba-abe1431ad35c2af532b8250abebe05b3e07eabc2.zip
Remove external refs to winbindd_fd
(This used to be commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d)
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 e313d62d02..4586086d73 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -111,8 +111,6 @@ static const struct {
{ NUM_HELPER_MODES, NULL, NULL}
};
-extern int winbindd_fd;
-
const char *opt_username;
const char *opt_domain;
const char *opt_workstation;