@apogrebennyk commented on this pull request.
@@ -417,12 +450,17 @@ int process_body(str
notify_body, udomain_t *domain)
if(xmlStrcasecmp(params->name, BAD_CAST
"unknown-param")
!= 0)
goto next_param;
- len += 1 /* ; */
- + strlen(xmlGetAttrContentByName(params, "name"));
+ char *param_name = xmlGetAttrContentByName(params, "name");
done, thanks
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3953#discussion_r1731321834
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3953/review/2260816857(a)github.com>