aboutsummaryrefslogtreecommitdiff
path: root/daemon/ip/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/ip/cfg.c')
-rw-r--r--daemon/ip/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ip/cfg.c b/daemon/ip/cfg.c
index b5f6e76..26a7dd5 100644
--- a/daemon/ip/cfg.c
+++ b/daemon/ip/cfg.c
@@ -48,7 +48,7 @@ static int get_request(wes_t *wes, CURL **handlep, const char *section)
char path[10 + SECSIZE];
sprintf(path, "/CFG/%s.CFG", section);
- return (open_http_handle(wes, handlep, path));
+ return (open_ftp_handle(wes, handlep, path));
}
/* `normalize_section()`: Normalisation du nom de section. */