On Wednesday, 03 August 2005 at 23:28, Paul Walker wrote: > On Wed, Aug 03, 2005 at 10:37:57PM +0200, Brendan Cully wrote: > > > Fixed in CVS. > > What was the problem? Me not paying attention to precedence: - if (! account->flags & M_ACCT_LOGIN) + if (!(account->flags & M_ACCT_LOGIN))