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/03/27 17:03:29 UTC

svn commit: r522941 - /httpd/mod_ftp/trunk/include/mod_ftp.h

Author: wrowe
Date: Tue Mar 27 08:03:28 2007
New Revision: 522941

URL: http://svn.apache.org/viewvc?view=rev&rev=522941
Log:
Pick up the files/dir perms flip from server conf to dir conf.

Modified:
    httpd/mod_ftp/trunk/include/mod_ftp.h

Modified: httpd/mod_ftp/trunk/include/mod_ftp.h
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/include/mod_ftp.h?view=diff&rev=522941&r1=522940&r2=522941
==============================================================================
--- httpd/mod_ftp/trunk/include/mod_ftp.h (original)
+++ httpd/mod_ftp/trunk/include/mod_ftp.h Tue Mar 27 08:03:28 2007
@@ -225,7 +225,6 @@
     int pasv_min;
     int pasv_max;
     int data_block_size;
-    apr_fileperms_t fileperms;
     char *pasv_addr;
     char *pasv_bindaddr;
     int pasv_bindfamily;
@@ -242,7 +241,6 @@
     int limit_perip;
     int limit_perserver;
     const char *limitdbfile;
-    apr_fileperms_t dirperms;
 };
 
 struct ftp_dir_config
@@ -250,6 +248,8 @@
     const char *readme;
     const char *path;
     int readme_isfile;
+    apr_fileperms_t fileperms;
+    apr_fileperms_t dirperms;
 };
 
 /*