]> granicus.if.org Git - apache/commit
Provide dummy impl of ap_proxy_connect_uds()
authorRainer Jung <rjung@apache.org>
Fri, 5 Feb 2016 12:12:14 +0000 (12:12 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 5 Feb 2016 12:12:14 +0000 (12:12 +0000)
commit04da55f0b7ec7bfddbbdb7ce0ad6abb34a9d2474
treeed5ae1559569ee735fc755fb9beda03dada147aa
parentb08bf052b4d67e45d21ccc2ccaa160ad51a316f6
Provide dummy impl of ap_proxy_connect_uds()
in case when APR_HAVE_SYS_UN_H is not defined.
Just returns APR_ENOTIMPL.

This helps symbol export/import handling on
Netware and also seems to be more correct,
because mod_proxy.h contains ap_proxy_connect_uds()
unconditionally.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728650 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_util.c