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:
@ -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. */
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user