Thanks. Committed to trunk as r345686 
(http://svn.apache.org/viewcvs.cgi?rev=345686&view=rev).

Regards

RĂ¼diger

On 11/16/2005 11:56 PM, Christophe Jaillet wrote:
> In "/modules/mappers/mod_negotiation.c", in function get_body, arround line
> 857, we have :
>     endbody += strlen(tag);
> 
> This could be replaced by :
>     endbody += taglen;
> 
> because strlen(tag) has already been computed around line 835
>     taglen = strlen(tag);
> 
> CJ
> 
> 
> 
> 
> 

Reply via email to