diff options
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 174213ce8b..a0252f84d9 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -579,9 +579,6 @@ static NTSTATUS idmap_tdb2_id_to_sid(struct idmap_domain *dom, struct id_map *ma return NT_STATUS_INVALID_PARAMETER; } - /* final SAFE_FREE safe */ - data.dptr = NULL; - if (keystr == NULL) { DEBUG(0, ("Out of memory!\n")); ret = NT_STATUS_NO_MEMORY; |