1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-09 17:49:29 +03:00

Remove external refs to winbindd_fd

(This used to be commit 18bf2b2028)
This commit is contained in:
Volker Lendecke
2008-04-06 12:26:01 +02:00
parent c18dca113c
commit abe1431ad3
2 changed files with 0 additions and 4 deletions

View File

@ -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. */

View File

@ -111,8 +111,6 @@ static const struct {
{ NUM_HELPER_MODES, NULL, NULL}
};
extern int winbindd_fd;
const char *opt_username;
const char *opt_domain;
const char *opt_workstation;