s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.
[amitay/samba.git] / source3 / lib / dbwrap_ctdb.c
index 4e97d26ae82675fcaa38740aa8ef88af3980b148..c0b5fd51ed540b49e645b50748543026e625134b 100644 (file)
@@ -840,7 +840,7 @@ again:
 done:
        h->ctx->transaction = NULL;
        talloc_free(h);
-       return 0;
+       return ret;
 }