On Thu, May 31, 2018 at 9:24 AM, <[email protected]> wrote: > Author: ylavic > Date: Thu May 31 07:24:24 2018 > New Revision: 1832580 > > URL: http://svn.apache.org/viewvc?rev=1832580&view=rev > [] > mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by > 2.4.33. > --- httpd/httpd/trunk/modules/metadata/mod_remoteip.c (original) > +++ httpd/httpd/trunk/modules/metadata/mod_remoteip.c Thu May 31 07:24:24 2018 > @@ -492,17 +492,6 @@ static const char *remoteip_disable_netw > return NULL; > } > > -static int remoteip_hook_pre_config(apr_pool_t *pconf, apr_pool_t *plog, > - apr_pool_t *ptemp) > -{ > - remoteip_config_t *config = (remoteip_config_t *) > - create_remoteip_server_config(pconf, NULL); > - ap_set_module_config(ap_server_conf->module_config, &remoteip_module, > - config); > - > - return OK; > -}
Daniel, do you remember why this was needed? Regards, Yann.
