Jeff Trawick wrote:
William A. Rowe, Jr. wrote:

They should, ap_run_pre_connection is an Apache hook.  Yes, it returns
an int, so the only change here should be


>> - apr_status_t rc; >> + int rc;


We aren't calling apr_ function here, and hooks always allow OK, DONE, or (result).


ahh, that's the missing piece of commentary on Stas' commit to explain various confusion :)

So, everybody agrees that it should be:


-    apr_status_t rc;
+    int rc;

correct?

__________________________________________________________________
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



Reply via email to