You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1997/01/22 19:20:07 UTC

Re: [PATCH]

+1


> This is a bug fix; as I mentioned, the RLimit* set of directives silently
> ignore any second argument.
> 
> The attached patch (against a snapshot from today) fixes that problem. 
> 
> The TAKE12 method passes a second char * argument (which may be NULL),
> which was simply being ignored (I suppose compilers haven't complained
> because the functioned called is determined at runtime; and the function
> was finding all the arguments it expected...).
>