diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-03-13 16:43:25 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-03-13 16:43:25 +0000 |
commit | ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c (patch) | |
tree | 7c3644fc33b3d61b58eb945b80b62dc32af162cc /source3/nsswitch/winbindd.h | |
parent | 146d674c2ce78ddb2e3e5a63ad4f2e53b52d093e (diff) | |
download | samba-ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c.tar.gz samba-ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c.tar.bz2 samba-ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c.zip |
Remove the prototype for alias support in winbind again. This will be
replaced by a winbindd_passdb.c checkin soon.
Volker
(This used to be commit 4e96b46a8481bdf4f3408574ccc8c921ade7018b)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r-- | source3/nsswitch/winbindd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index cece2b40de..0087d58195 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -48,11 +48,6 @@ struct winbindd_cli_state { struct winbindd_response response; /* Respose to client */ struct getent_state *getpwent_state; /* State for getpwent() */ struct getent_state *getgrent_state; /* State for getgrent() */ - - /* Local groups for getgrent() */ - char **local_group_names; - int num_local_group_names; - int local_group_ndx; }; /* State between get{pw,gr}ent() calls */ |