From: Victor J. Orlikowski Date: Thu, 28 Jun 2001 18:59:07 +0000 (+0000) Subject: PORT works again. Syntax was what had killed it. X-Git-Tag: 2.0.20~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0337297fcee707ad54e662767fd160690ee12807;p=apache 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 --- diff --git a/modules/proxy/proxy_ftp.c b/modules/proxy/proxy_ftp.c index 02bb141635..1b318b1f87 100644 --- a/modules/proxy/proxy_ftp.c +++ b/modules/proxy/proxy_ftp.c @@ -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;