diff options
author | Tim Potter <tpot@samba.org> | 2001-10-31 12:45:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-31 12:45:50 +0000 |
commit | c80641b6f335aa706a2e384b7cfe7912be4a41b1 (patch) | |
tree | 7c4b07ee93c387594afbbd4b28bd68354e1988e8 | |
parent | 8dc4f2e44b150cdcdecd2f6028bf06907ff90cad (diff) | |
download | samba-c80641b6f335aa706a2e384b7cfe7912be4a41b1.tar.gz samba-c80641b6f335aa706a2e384b7cfe7912be4a41b1.tar.xz samba-c80641b6f335aa706a2e384b7cfe7912be4a41b1.zip |
Removed unneeded extern.
-rw-r--r-- | source/nsswitch/winbindd_pam.c | 2 |
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 */ |