1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

allow the transaction commit to fail

(This used to be ctdb commit 7a6134e684c9ac4763bf198ef1410867b6082c94)
This commit is contained in:
Ronnie Sahlberg 2009-09-09 12:50:55 +10:00
parent f9c1f632e0
commit 724afb2402

View File

@ -164,7 +164,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);
}
/* store the counters and verify that they are sane */