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/05 01:46:30 UTC

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

Author: wrowe
Date: Tue Dec  4 16:46:30 2007
New Revision: 601173

URL: http://svn.apache.org/viewvc?rev=601173&view=rev
Log:
Finish the prior patch, these vars are now unused.

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=601173&r1=601172&r2=601173&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c (original)
+++ httpd/mod_ftp/trunk/modules/ftp/ftp_commands.c Tue Dec  4 16:46:30 2007
@@ -1661,7 +1661,6 @@
 
 static int ftp_cmd_pbsz(request_rec *r, const char *arg)
 { 
-    ftp_server_config *fsc = ftp_get_module_config(r->server->module_config);
     ftp_connection *fc = ftp_get_module_config(r->request_config);
     char *endp;
 
@@ -1934,7 +1933,6 @@
 
 static int ftp_cmd_prot(request_rec *r, const char *arg)
 {
-    ftp_server_config *fsc = ftp_get_module_config(r->server->module_config);
     ftp_connection *fc = ftp_get_module_config(r->request_config);
 
     /* Return 503 if the user has not done a AUTH command yet.