Re: [exim-dev] current snapshot (was: patch for named acl va…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: exim-dev, Nico Erfurth
Sujet: Re: [exim-dev] current snapshot (was: patch for named acl variables)
Quoting Jakob Hirsch:

>> I think this patch should fix it.
>> +    (void)fclose(mbox_file);
> Sure, but then you should remove the "if... fclose(mbox_file)" in line 159.


uh, no, forget this, mbox_file would not be closed then. You could add
mbox_file = NULL after the fclose in your patch. Or something else, I
think you'll figure it out yourself. :)