Don't disable quota when maildirsize lost to races. exim-4_75_RC2
authorPhil Pennock <pdp@exim.org>
Tue, 22 Feb 2011 03:17:13 +0000 (22:17 -0500)
committerPhil Pennock <pdp@exim.org>
Tue, 22 Feb 2011 03:17:13 +0000 (22:17 -0500)
When maildir_ensure_sizefile() returns -2, we still have size
information, so we can still use that.  Don't disable quota.  As a
result, do refrain from potentially calling close(-2).

Fixes bug 1086


No differences found