SOURCES: apache-mod_suphp-apr.patch (NEW) - new

Jakub Bogusz qboosh at pld-linux.org
Thu Oct 21 00:53:06 CEST 2004


On Wed, Oct 20, 2004 at 08:41:26PM +0000, arekm wrote:
> +-        APR_BRIGADE_FOREACH(bucket, bb)
> ++	for(bucket = APR_BRIGADE_FIRST(bb); bucket != APR_BRIGADE_SENTINEL(bb); bucket = APR_BRIGADE_SENTINEL(bb))
                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

huh? didn't you mean "bucket = APR_BUCKET_NEXT(bucket)" for iteration?
And the same in the rest of patch (2 more cases).


-- 
Jakub Bogusz    http://cyber.cs.net.pl/~qboosh/




More information about the pld-devel-en mailing list