From 864f74a295413577b3768e6bb2215fcfef094f4f Mon Sep 17 00:00:00 2001 From: Hugh Waite Date: Wed, 3 Feb 2016 11:49:19 +0000 Subject: [PATCH] http_client: Rename module in module interface --- modules/http_client/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http_client/http_client.c b/modules/http_client/http_client.c index 52585604baa..c3b6de70748 100644 --- a/modules/http_client/http_client.c +++ b/modules/http_client/http_client.c @@ -170,7 +170,7 @@ static pv_export_t mod_pvs[] = { /* Module interface */ struct module_exports exports = { - "curl", + "http_client", DEFAULT_DLFLAGS, /* dlopen flags */ cmds, /* Exported functions */ params, /* Exported parameters */