On Mon, Aug 13, 2001 at 03:20:42PM -0700, Ryan Bloom wrote:
> 
> 
> Wild guess here, but look at line 827.  and all the rest of the if statements
> around it.  Shouldn't all of those
> 
> ((type = exinfo->forced_type))) 
> 
> be 
> 
> ((type == exinfo->forced_type))) 
> 
> I would bet that if they were, we would never hit that apr_pstrcat.

Nope, those look legit, although the coding style is poor.  This is going
to require a complete rewrite.

....Roy

Reply via email to