1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r6848: Remove some dead/unused code.

This commit is contained in:
Tim Potter
2005-05-17 06:59:29 +00:00
committed by Gerald (Jerry) Carter
parent 448795607f
commit 14510a0ce9

View File

@@ -246,9 +246,6 @@ static NTSTATUS userdel_lookup(struct composite_context *c,
s->stage = USERDEL_OPEN;
return NT_STATUS_OK;
failure:
talloc_free(c);
return status;
}