Commit 203d20c4 authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

PORT works again. Syntax was what had killed it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89477 13f79535-47bb-0310-9956-ffa450edef68
parent ceb2abc7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1529,7 +1529,6 @@ int ap_proxy_ftp_handler(request_rec *r, proxy_server_conf *conf,
    if (use_port) {
        for(;;)
        {
/* FIXME: this does not return, despite the incoming connection being accepted */
            rv = apr_accept(&remote_sock, local_sock, r->pool);
            if (rv == APR_EINTR) {
                continue;