Commit 0b393439 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Undo another int type'ed port (and format a little structure for legibility).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90820 13f79535-47bb-0310-9956-ffa450edef68
parent 7fa691cb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ int ap_proxy_http_handler(request_rec *r, proxy_server_conf *conf,

typedef struct {
    const char     *name;
    int port;
    apr_port_t      port;
    apr_sockaddr_t *addr;
    apr_socket_t   *sock;
    int             close;