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 2008/04/29 22:14:33 UTC

svn commit: r652081 - /httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c

Author: wrowe
Date: Tue Apr 29 13:14:33 2008
New Revision: 652081

URL: http://svn.apache.org/viewvc?rev=652081&view=rev
Log:
No longer using fsc->

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

Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c?rev=652081&r1=652080&r2=652081&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c (original)
+++ httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c Tue Apr 29 13:14:33 2008
@@ -2081,7 +2081,6 @@
     conn_rec *cdata;
     const char *rfile;
     ap_filter_t *f, *rinput, *routput, *rinput_proto, *routput_proto;
-    ftp_server_config *fsc = ftp_get_module_config(r->server->module_config);
     int res;
 
     rfile = arg;