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/19 03:45:46 UTC

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

Author: wrowe
Date: Tue Dec 18 18:45:45 2007
New Revision: 605390

URL: http://svn.apache.org/viewvc?rev=605390&view=rev
Log:
Make cmd entry static;

Reported by: Takashi Sato <serai lans-tv.com> 

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

Modified: httpd/mod_ftp/trunk/modules/ftp/mod_ftp.c
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/mod_ftp.c?rev=605390&r1=605389&r2=605390&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/mod_ftp.c (original)
+++ httpd/mod_ftp/trunk/modules/ftp/mod_ftp.c Tue Dec 18 18:45:45 2007
@@ -827,7 +827,7 @@
     return NULL;
 }
 
-const char *ftp_epsv_ignore_family(cmd_parms *cmd, void *dummy, int flag)
+static const char *ftp_epsv_ignore_family(cmd_parms *cmd, void *dummy, int flag)
 {
     ftp_server_config *fsc = ftp_get_module_config(cmd->server->module_config);
     fsc->epsv_ignore_family = flag;