@dilyanpalauzov commented on this pull request.

I think the line above LM_ERROR is bettet than LM_INFO.


In src/modules/http_async_client/http_async_client_mod.c:

> @@ -295,7 +295,7 @@ static int mod_init(void)
 
 	if(load_tm_api(&tmb) < 0) {
 		LM_INFO("cannot load the TM-functions - async relay disabled\n");
-		memset(&tmb, 0, sizeof(tm_api_t));
+		return -1;

I think the line above LM_ERROR is bettet than LM_INFO.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3706/review/1813978183@github.com>