You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/24 04:32:01 UTC

svn commit: r606660 - /httpd/mod_ftp/trunk/modules/ftp/ftp_connection.c

Author: wrowe
Date: Sun Dec 23 19:32:00 2007
New Revision: 606660

URL: http://svn.apache.org/viewvc?rev=606660&view=rev
Log:
Reported by Tom Donovan <Tom.Donovan acm.org>; I don't recall why 603800
modified this test; but it clearly interferes with non-FTP connection hooks.

Revert this element of 603800


Modified:
    httpd/mod_ftp/trunk/modules/ftp/ftp_connection.c

Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_connection.c
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_connection.c?rev=606660&r1=606659&r2=606660&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/ftp_connection.c (original)
+++ httpd/mod_ftp/trunk/modules/ftp/ftp_connection.c Sun Dec 23 19:32:00 2007
@@ -166,7 +166,7 @@
         ftp_get_module_config(c->base_server->module_config);
 
     if (!fsc->enabled) {
-        return OK;
+        return DECLINED;
     }
 
     /*