Re: [PATCH] closedir missing in timsieved

2009-05-27 Thread Simon Matter
> On Tue, May 26, 2009 at 1:47 AM, Thomas Cataldo > wrote: >> Hello, >> >> While writing a sieve client lib for the minig (minig.org) webmail >> project, I triggered a bug in the LISTSCRIPTS implementation in cyrus >> 2.2 from debian etch. The directory seems to remain unclosed and this >> is a pr

Re: [PATCH] closedir missing in timsieved

2009-05-25 Thread Thomas Cataldo
On Tue, May 26, 2009 at 1:47 AM, Thomas Cataldo wrote: > Hello, > > While writing a sieve client lib for the minig (minig.org) webmail > project, I triggered a bug in the LISTSCRIPTS implementation in cyrus > 2.2 from debian etch. The directory seems to remain unclosed and this > is a problem when

[PATCH] closedir missing in timsieved

2009-05-25 Thread Thomas Cataldo
Hello, While writing a sieve client lib for the minig (minig.org) webmail project, I triggered a bug in the LISTSCRIPTS implementation in cyrus 2.2 from debian etch. The directory seems to remain unclosed and this is a problem when prefork > 0 is set on timsieved. The attached patch should fix it