summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-24 12:52:00 +0100
committerVolker Lendecke <vl@samba.org>2009-12-26 12:26:06 +0100
commit03617df24d14f928d445018038ba222cd75ca63e (patch)
treebb9d2c4dcc0c18584ce29df245bf37c40a924de0 /source3/winbindd/winbindd.h
parentb911a7b2d4b3c679487a72aa12e9c63546c9235a (diff)
downloadsamba-03617df24d14f928d445018038ba222cd75ca63e.tar.gz
samba-03617df24d14f928d445018038ba222cd75ca63e.tar.bz2
samba-03617df24d14f928d445018038ba222cd75ca63e.zip
s3: winbindd_cli_state->getgrent_state is no longer used
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index e58230225b..99fa10250a 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -65,22 +65,11 @@ struct winbindd_cli_state {
* initialized? */
bool getgrent_initialized; /* Has getgrent_state been
* initialized? */
- struct getent_state *getgrent_state; /* State for getgrent() */
struct getpwent_state *pwent_state; /* State for getpwent() */
struct getgrent_state *grent_state; /* State for getgrent() */
};
-/* State between get{pw,gr}ent() calls */
-
-struct getent_state {
- struct getent_state *prev, *next;
- void *sam_entries;
- uint32 sam_entry_index, num_sam_entries;
- bool got_sam_entries;
- fstring domain_name;
-};
-
struct getpwent_state {
struct winbindd_domain *domain;
int next_user;