]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: mdbox_save_begin() - Drop redundant code.
authorMarco Bettini <marco.bettini@open-xchange.com>
Mon, 25 Aug 2025 15:13:06 +0000 (15:13 +0000)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 27 Aug 2025 10:37:31 +0000 (10:37 +0000)
commitde39fdc20840a88e47357b9666d1889e1d600bf3
treeb30cfb373ed2555021452e2b26d708309958ca4c
parent850e97aa7602e46fe27806d0423673fc79de3840
lib-storage: mdbox_save_begin() - Drop redundant code.

Found by Coverity, 41954  Operands don't affect result
The comparison with UOFF_T_MAX is always true.
src/lib-storage/index/dbox-multi/mdbox-save.c