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:
committed by
Michael Adam
parent
312a04528c
commit
fe3dd9b3e6
@ -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;
|
||||
|
Reference in New Issue
Block a user