mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
s3:winbindd: remove unused get[pw|gr]ent_initialized from winbindd_cli_state
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jul 11 18:46:09 CEST 2014 on sn-devel-104
This commit is contained in:
parent
b2803950fc
commit
fa06617886
@ -67,10 +67,6 @@ struct winbindd_cli_state {
|
||||
struct winbindd_request *request; /* Request from client */
|
||||
struct tevent_queue *out_queue;
|
||||
struct winbindd_response *response; /* Respose to client */
|
||||
bool getpwent_initialized; /* Has getpwent_state been
|
||||
* initialized? */
|
||||
bool getgrent_initialized; /* Has getgrent_state been
|
||||
* initialized? */
|
||||
|
||||
struct getpwent_state *pwent_state; /* State for getpwent() */
|
||||
struct getgrent_state *grent_state; /* State for getgrent() */
|
||||
|
Loading…
x
Reference in New Issue
Block a user