]> granicus.if.org Git - apache/commitdiff
Add missing proxy export symbol.
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 21:53:57 +0000 (21:53 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 21:53:57 +0000 (21:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1694915 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/NWGNUproxy

index b66cccfa9966326a75408ea6ce73b786a3216cad..327ba5e6f0731ec252be8a7a2f04b20685f8273f 100644 (file)
@@ -282,6 +282,7 @@ $(OBJDIR)/mod_proxy.imp: NWGNUproxy
        @echo $(DL) ap_proxy_connect_backend,$(DL)>> $@
        @echo $(DL) ap_proxy_connect_to_backend,$(DL)>> $@
        @echo $(DL) ap_proxy_connection_create,$(DL)>> $@
+       @echo $(DL) ap_proxy_connection_reusable,$(DL)>> $@
        @echo $(DL) ap_proxy_cookie_reverse_map,$(DL)>> $@
        @echo $(DL) ap_proxy_create_hdrbrgd,$(DL)>> $@
        @echo $(DL) ap_proxy_define_balancer,$(DL)>> $@