mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
@ -394,7 +394,7 @@ static NTSTATUS idmap_autorid_sid_to_id_alloc(struct idmap_domain *dom,
|
||||
res = dbwrap_transaction_commit(ctx->db);
|
||||
if (res == 0) {
|
||||
map->status = ID_MAPPED;
|
||||
return ret;
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
DEBUG(2, ("transaction_commit failed\n"));
|
||||
|
Reference in New Issue
Block a user