From c80641b6f335aa706a2e384b7cfe7912be4a41b1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 31 Oct 2001 12:45:50 +0000 Subject: [PATCH] Removed unneeded extern. --- source/nsswitch/winbindd_pam.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/nsswitch/winbindd_pam.c b/source/nsswitch/winbindd_pam.c index 59623b9f046..22f102269dd 100644 --- a/source/nsswitch/winbindd_pam.c +++ b/source/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 */