7 Jun
2008
7 Jun
'08
5:11 a.m.
On Fri, 2008-06-06 at 21:00 -0500, Mike Abbott wrote:
Hi, I found a typo on line 101 of dovecot-1.1.rc8/src/lib/failures.c.
The first two arguments to io_add() are reversed. The fd should be
first, and IO_WRITE second.
Thanks, fixed: http://hg.dovecot.org/dovecot-1.1/rev/7c9895192a23
I wish gcc warned about bad enum usages, it would have caught this.