Commit 7fa691cb authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Fix a broken declaration (supress type conversion warning on win32).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90819 13f79535-47bb-0310-9956-ffa450edef68
parent 9d30914c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {