]> granicus.if.org Git - apache/commitdiff
Fix a broken declaration (supress type conversion warning on win32).
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 Aug 2001 19:43:03 +0000 (19:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 Aug 2001 19:43:03 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90819 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index df81a0ad1db51ef66eab9bfe6f223bfbc8c675c7..3f01e9819afbf2fc7d785ab7e9c248883e895403 100644 (file)
@@ -135,7 +135,7 @@ struct proxy_remote {
     const char *scheme;                /* the schemes handled by this proxy, or '*' */
     const char *protocol;      /* the scheme used to talk to this proxy */
     const char *hostname;      /* the hostname of this proxy */
-    int port;                  /* the port for this proxy */
+    apr_port_t  port;          /* the port for this proxy */
 };
 
 struct proxy_alias {