From abe1431ad35c2af532b8250abebe05b3e07eabc2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Apr 2008 12:26:01 +0200 Subject: Remove external refs to winbindd_fd (This used to be commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d) --- source3/utils/ntlm_auth.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/utils') 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; -- cgit