From 3475c25714ee6267bf056f7b23c421c6d8eb5d76 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 8 May 2001 03:52:07 +0000 Subject: 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) --- source3/nsswitch/winbindd_group.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch/winbindd_group.c') 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; -- cgit