diff options
author | Michael Adam <obnox@samba.org> | 2011-06-09 13:34:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-27 04:29:05 +0200 |
commit | 551185573899b6e608863f833633d40ae04458d8 (patch) | |
tree | 5f019c0ebba924d077636ae34d8eb3ea39c34696 | |
parent | 7d3dc2164b3929c642127659593e69fc865a6184 (diff) | |
download | samba-551185573899b6e608863f833633d40ae04458d8.tar.gz samba-551185573899b6e608863f833633d40ae04458d8.tar.bz2 samba-551185573899b6e608863f833633d40ae04458d8.zip |
s3:idmap_tdb2: remove superfluous initialization with bogus comment
-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; |