mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Missed a 2.0-HEAD proxy back-compat patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
/* Utility routines for Apache proxy */
|
||||
#include "mod_proxy.h"
|
||||
|
||||
#if (APR_MAJOR_VERSION < 1)
|
||||
#undef apr_socket_create
|
||||
#define apr_socket_create apr_socket_create_ex
|
||||
#endif
|
||||
|
||||
static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r);
|
||||
static int proxy_match_domainname(struct dirconn_entry *This, request_rec *r);
|
||||
|
Reference in New Issue
Block a user