mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
dont check if commit failed, we do allow the commit to fail sometimes
(This used to be ctdb commit affa6f47432507e84b7e76b88a2c27fff8e6e2e4)
This commit is contained in:
parent
e578bed20d
commit
26f73e4504
@ -197,7 +197,7 @@ static void test_store_records(struct ctdb_context *ctdb, struct event_context *
|
||||
ret = ctdb_transaction_commit(h);
|
||||
if (ret != 0) {
|
||||
DEBUG(DEBUG_ERR,("Failed to commit transaction\n"));
|
||||
exit(1);
|
||||
//exit(1);
|
||||
}
|
||||
if (verbose) printf("transaction committed\n");
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user