summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-08 03:52:07 +0000
committerTim Potter <tpot@samba.org>2001-05-08 03:52:07 +0000
commit3475c25714ee6267bf056f7b23c421c6d8eb5d76 (patch)
treed2ae5542fa175fe370f566b86216548922963f64 /source3/nsswitch/winbindd_group.c
parent706a1188c52a4387a0cd875b0c9ae74dd86f103c (diff)
downloadsamba-3475c25714ee6267bf056f7b23c421c6d8eb5d76.tar.gz
samba-3475c25714ee6267bf056f7b23c421c6d8eb5d76.tar.bz2
samba-3475c25714ee6267bf056f7b23c421c6d8eb5d76.zip
Misc fixes to get winbindd working. We can now do a 'getent passwd'
and 'getent group' and have most things working. (This used to be commit a7728bfa52291ec3149fbb704d7b30689af83e7c)
Diffstat (limited to 'source3/nsswitch/winbindd_group.c')
-rw-r--r--source3/nsswitch/winbindd_group.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index b56d2787d6..ed4db07dda 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -522,8 +522,6 @@ static BOOL get_sam_group_entries(struct getent_state *ent)
memcpy(&name_list[ent->num_sam_entries],
sam_grp_entries,
num_entries * sizeof(struct acct_info));
-
- safe_free(sam_grp_entries);
}
ent->num_sam_entries += num_entries;