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

fixed lots of places that paniced on a failed transaction_commit,

thinking it was a failure of a transaction cancel
(This used to be commit 22dbe158ed)
This commit is contained in:
Andrew Tridgell
2008-08-08 11:42:06 +10:00
committed by Michael Adam
parent 312a04528c
commit fe3dd9b3e6
5 changed files with 26 additions and 21 deletions

View File

@ -109,7 +109,7 @@ static bool share_info_db_init(void)
if (share_db->transaction_commit(share_db) != 0) {
DEBUG(0, ("transaction_commit failed\n"));
goto cancel;
return false;
}
return true;