summaryrefslogtreecommitdiff
path: root/http/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'http/init.c')
-rw-r--r--http/init.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/http/init.c b/http/init.c
index dc56e41..607387d 100644
--- a/http/init.c
+++ b/http/init.c
@@ -64,8 +64,16 @@
10, /* FTPD task priority */
1024, /* Maximum buffersize for hooks */
21, /* Well-known port */
- NULL /* List of hooks */
+ NULL, /* List of hooks */
+ NULL, /* Root for FTPD or 0 for / */
+ 0, /* Max. connections */
+ 0, /* Idle timeout in seoconds
+ or 0 for no (inf) timeout */
+ 0, /* 0 - r/w, 1 - read-only,
+ 2 - write-only,
+ 3 - browse-only */
};
+
#else
boolean FTPD_enabled = FALSE;
#endif