git.samba.org
/
amitay
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.
[amitay/samba.git]
/
source3
/
lib
/
dbwrap_ctdb.c
diff --git
a/source3/lib/dbwrap_ctdb.c
b/source3/lib/dbwrap_ctdb.c
index 4e97d26ae82675fcaa38740aa8ef88af3980b148..c0b5fd51ed540b49e645b50748543026e625134b 100644
(file)
--- a/
source3/lib/dbwrap_ctdb.c
+++ b/
source3/lib/dbwrap_ctdb.c
@@
-840,7
+840,7
@@
again:
done:
h->ctx->transaction = NULL;
talloc_free(h);
- return
0
;
+ return
ret
;
}