]> granicus.if.org Git - apache/commitdiff
PORT works again. Syntax was what had killed it.
authorVictor J. Orlikowski <orlikowski@apache.org>
Thu, 28 Jun 2001 18:59:07 +0000 (18:59 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Thu, 28 Jun 2001 18:59:07 +0000 (18:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89477 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_ftp.c

index 02bb14163552c22188ba30c1cc2c0fdc6d5287b5..1b318b1f878ab3235ef3f65c241195778050a18d 100644 (file)
@@ -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;