diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-06 12:26:01 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-06 12:27:08 +0200 |
commit | abe1431ad35c2af532b8250abebe05b3e07eabc2 (patch) | |
tree | ffb47bd6d77242ea636825be7df9ace4d3d77d85 /source3/nsswitch | |
parent | c18dca113cd648029907d98112030a85ee5069f2 (diff) | |
download | samba-abe1431ad35c2af532b8250abebe05b3e07eabc2.tar.gz samba-abe1431ad35c2af532b8250abebe05b3e07eabc2.tar.bz2 samba-abe1431ad35c2af532b8250abebe05b3e07eabc2.zip |
Remove external refs to winbindd_fd
(This used to be commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbind_nss_linux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbind_nss_linux.c b/source3/nsswitch/winbind_nss_linux.c index bfac2ecdd1..b59c0021c2 100644 --- a/source3/nsswitch/winbind_nss_linux.c +++ b/source3/nsswitch/winbind_nss_linux.c @@ -73,8 +73,6 @@ NSS_STATUS _nss_winbind_gidtosid(gid_t gid, char **sid, char *buffer, /* Prototypes from wb_common.c */ -extern int winbindd_fd; - /* Allocate some space from the nss static buffer. The buffer and buflen are the pointers passed in by the C library to the _nss_ntdom_* functions. */ |