From f7cf10b6d81f6c0f566ee5f2e989c68fd1393ccd Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 31 Oct 2001 12:45:50 +0000 Subject: Removed unneeded extern. (This used to be commit c80641b6f335aa706a2e384b7cfe7912be4a41b1) --- source3/nsswitch/winbindd_pam.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch/winbindd_pam.c') diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index 59623b9f04..22f102269d 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -25,8 +25,6 @@ #include "winbindd.h" -extern pstring global_myname; - /* Copy of parse_domain_user from winbindd_util.c. Parse a string of the form DOMAIN/user into a domain and a user */ -- cgit