bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in pop3d/user.c


From: Alain Magloire
Subject: Re: bug in pop3d/user.c
Date: Fri, 4 May 2001 00:33:45 -0400 (EDT)

> 
> The order of brackets in conditional on line 182 is wrong:
> 
>       (status = mailbox_create_default (&mbox, arg) != 0)
> 
> actually yields either 0 or 1, i.e. ENOERROR or EPERM. Consequently
> `if (errno == ENOENT)' on line 187 never works. The patch follows:

Oops!! I'm red face(and that is not easy for me to do 8-)
Patch applied.

--
alain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]