From 551185573899b6e608863f833633d40ae04458d8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 9 Jun 2011 13:34:04 +0200 Subject: s3:idmap_tdb2: remove superfluous initialization with bogus comment --- source3/winbindd/idmap_tdb2.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/winbindd') 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; -- cgit