Stas Bekman wrote:
Should I update Changes for this fix as well?
personally I would have put something like this in changes:
*) Fix a segfault when a pre_connection hook fails the connection. [name]
That has been added already.
I was asking whether I should have also logged this last change:
AP_CORE_DECLARE(void) ap_process_connection(conn_rec *c, void *csd)
{
- apr_status_t rc;
+ int rc;My common sense says no, but one can't be too sure...
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
