summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-31 12:45:50 +0000
committerTim Potter <tpot@samba.org>2001-10-31 12:45:50 +0000
commitc80641b6f335aa706a2e384b7cfe7912be4a41b1 (patch)
tree7c4b07ee93c387594afbbd4b28bd68354e1988e8
parent8dc4f2e44b150cdcdecd2f6028bf06907ff90cad (diff)
downloadsamba-c80641b6f335aa706a2e384b7cfe7912be4a41b1.tar.gz
samba-c80641b6f335aa706a2e384b7cfe7912be4a41b1.tar.xz
samba-c80641b6f335aa706a2e384b7cfe7912be4a41b1.zip
Removed unneeded extern.
-rw-r--r--source/nsswitch/winbindd_pam.c2
1 files changed, 0 insertions, 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 */