1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r19903: This is a cut&paste error for sure

there is no ongoing transaction in this code
This commit is contained in:
Simo Sorce 2006-11-25 19:27:42 +00:00 committed by Gerald (Jerry) Carter
parent b4d7d49c27
commit 93b738b111

View File

@ -948,7 +948,6 @@ static NTSTATUS samr_CreateDomainGroup(struct dcesrv_call_state *dce_call, TALLO
case LDB_SUCCESS:
break;
case LDB_ERR_ENTRY_ALREADY_EXISTS:
ldb_transaction_cancel(d_state->sam_ctx);
DEBUG(0,("Failed to create group record %s: %s\n",
ldb_dn_get_linearized(msg->dn),
ldb_errstring(d_state->sam_ctx)));