]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Avoid comparison of ints of different signs on FreeBSD
authorJosef 'Jeff' Sipek <jeff.sipek@dovecot.fi>
Fri, 11 May 2018 14:38:32 +0000 (10:38 -0400)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Tue, 7 Aug 2018 10:32:05 +0000 (13:32 +0300)
commitc9bda0efce92eb4ced55bf40bda8ac626ecfe2c1
tree9c0538c89f6733bfb24dd31745b0d87cb3b64e62
parent3b117f83fb5bbcd65e31ded16afaa18ed51c3786
auth: Avoid comparison of ints of different signs on FreeBSD

For legacy reasons, rlim_t on FreeBSD is defined as int64_t.
src/auth/passdb-cache.c