diff --git a/src/http_client.c b/src/http_client.c index 26bfaa8fc..1877a0f73 100644 --- a/src/http_client.c +++ b/src/http_client.c @@ -1045,5 +1045,5 @@ err: /* initialize the proxy and servers for the HTTP client */ -INITCALL0(STG_REGISTER, httpclient_init); +INITCALL0(STG_INIT, httpclient_init); REGISTER_CONFIG_POSTPARSER("httpclient", httpclient_cfg_postparser);