1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r19903: This is a cut&paste error for sure

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

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)));