s3:idmap_tdb2: remove superfluous initialization with bogus comment
authorMichael Adam <obnox@samba.org>
Thu, 9 Jun 2011 11:34:04 +0000 (13:34 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 02:29:05 +0000 (04:29 +0200)
source3/winbindd/idmap_tdb2.c

index 174213ce8b6d7ab6b25c43b731f9b0c4e0261f0d..a0252f84d9a25d0a9f6838393f624175695bc622 100644 (file)
@@ -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;