On Tue, 2012-11-27 at 10:44 +0200, Timo Sirainen wrote: > On 27.11.2012, at 10.40, Svante Signell wrote: > > > Hi, looks like one PATH_MAX issue remains in 2.1.7. Don't know if the > > latest version 2.1.10 has solved it. The inlined patch below solves the > > remaining build problem. One unclear point in the patch is if linkbuf > > should be freed or not (probably it should). > > It shouldn't. The compiler warning you get should discourage you from doing > that. :)
Thanks, I saw the compiler warning when looking at the build log: sieve-storage-script.c: In function 'sieve_storage_read_active_link': sieve-storage-script.c:157:2: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

