mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Revert "allow the transaction commit to fail"
This reverts commit 7a6134e684c9ac4763bf198ef1410867b6082c94. Transaction commit should not be allowed to fail. This is a fatal error. Michael (This used to be ctdb commit 74e416108df6934f45ca646d709785dd76ab3c35)
This commit is contained in:
parent
3cb4bcd211
commit
fcaca26ec4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user