summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 19:49:57 +0200
committerMichael Brown2007-06-28 19:49:57 +0200
commitf13baeb330e8fd51ab657f6eb15df968ec9414d8 (patch)
tree8ffb91b041454db2d41cb0ec117d45d5b23635a6 /src/core/config.c
parentBugfix: iobuf->data always points to the start of the allocated (diff)
downloadipxe-f13baeb330e8fd51ab657f6eb15df968ec9414d8.tar.gz
ipxe-f13baeb330e8fd51ab657f6eb15df968ec9414d8.tar.xz
ipxe-f13baeb330e8fd51ab657f6eb15df968ec9414d8.zip
Added missing config.[ch] lines for FTP protocol
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index ac3100a3..71f8777d 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -91,6 +91,9 @@ REQUIRE_OBJECT ( nfs );
#ifdef DOWNLOAD_PROTO_HTTP
REQUIRE_OBJECT ( http );
#endif
+#ifdef DOWNLOAD_PROTO_FTP
+REQUIRE_OBJECT ( ftp );
+#endif
#ifdef DOWNLOAD_PROTO_TFTM
REQUIRE_OBJECT ( tftm );
#endif