@dilyanpalauzov commented on this pull request.
I think the line above LM_ERROR is bettet than LM_INFO.
@@ -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 or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3706#pullrequestreview-1813978183
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3706/review/1813978183(a)github.com>