1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +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:
Ronnie Sahlberg 2009-09-09 12:48:21 +10:00
parent e578bed20d
commit 26f73e4504

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 {