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 | f7cf10b6d81f6c0f566ee5f2e989c68fd1393ccd (patch) | |
tree | 182a480f41104baa1c7589fb5fa8d8a2384330d9 /source3/nsswitch | |
parent | f32cf6dfbadf15ed073a228e5f17f3186852d068 (diff) | |
download | samba-f7cf10b6d81f6c0f566ee5f2e989c68fd1393ccd.tar.gz samba-f7cf10b6d81f6c0f566ee5f2e989c68fd1393ccd.tar.bz2 samba-f7cf10b6d81f6c0f566ee5f2e989c68fd1393ccd.zip |
Removed unneeded extern.
(This used to be commit c80641b6f335aa706a2e384b7cfe7912be4a41b1)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_pam.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |