diff options
Diffstat (limited to 'net-ftp/proftpd/files/proftpd-1.3.1_rc2-bug167003.patch')
-rw-r--r-- | net-ftp/proftpd/files/proftpd-1.3.1_rc2-bug167003.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.1_rc2-bug167003.patch b/net-ftp/proftpd/files/proftpd-1.3.1_rc2-bug167003.patch new file mode 100644 index 000000000000..d6ce55a148b0 --- /dev/null +++ b/net-ftp/proftpd/files/proftpd-1.3.1_rc2-bug167003.patch @@ -0,0 +1,15 @@ +--- modules/mod_facl.c 2007/04/18 15:31:28 1.6 ++++ modules/mod_facl.c 2007/04/30 17:47:34 1.7 +@@ -826,10 +826,10 @@ + "facl", + + /* Module configuration directive handlers */ +- NULL, ++ facl_conftab, + + /* Module command handlers */ +- facl_conftab, ++ NULL, + + /* Module authentication handlers */ + NULL, |