]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-index: Replaced some automatic transaction log unlocks with asserts.
authorTimo Sirainen <tss@iki.fi>
Thu, 9 Oct 2014 15:23:41 +0000 (18:23 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 9 Oct 2014 15:23:41 +0000 (18:23 +0300)
commitda4376093d4e1b26b14ea1e945689fb7056fe0a0
tree95933559c23071c665724a5c68ba80300a45271f
parent94cb0544ba0b6e249f20b76ad481bad27a633632
lib-index: Replaced some automatic transaction log unlocks with asserts.
Some earlier Dovecot versions were read-locking transaction logs and this
was useful there. But now we only do exclusive locking for the log head, so
it's an error not to explicitly unlock the files.
src/lib-index/mail-transaction-log-file.c
src/lib-index/mail-transaction-log.c