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

dont exit on a commit failure

(This used to be ctdb commit 4e9a3a5dc232bac12ab387ea0cf4f1b279bed5c1)
This commit is contained in:
Ronnie Sahlberg 2009-10-01 14:53:35 +10:00
parent 63278ad040
commit dfc2500a1f

View File

@ -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 {