summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
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.c
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.c')
-rw-r--r--source3/winbindd/winbindd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 3f7a44e9dc..e31103a941 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -835,10 +835,6 @@ static void remove_client(struct winbindd_cli_state *state)
state->sock = -1;
}
- /* Free any getent state */
-
- free_getent_state(state->getgrent_state);
-
TALLOC_FREE(state->mem_ctx);
/* Remove from list and free */