Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncd/modules/sys_request_client.c')
-rw-r--r--ncd/modules/sys_request_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncd/modules/sys_request_client.c b/ncd/modules/sys_request_client.c
index b1ee4f1..2e58477 100644
--- a/ncd/modules/sys_request_client.c
+++ b/ncd/modules/sys_request_client.c
@@ -487,7 +487,7 @@ static void func_new (void *vo, NCDModuleInst *i, const struct NCDModuleInst_new
}
// init client
- if (!NCDRequestClient_Init(&o->client, addr, i->params->iparams->reactor, o,
+ if (!NCDRequestClient_Init(&o->client, addr, i->params->iparams->reactor, i->params->iparams->string_index, o,
(NCDRequestClient_handler_error)client_handler_error,
(NCDRequestClient_handler_connected)client_handler_connected)) {
ModuleLog(o->i, BLOG_ERROR, "NCDRequestClient_Init failed");