@apogrebennyk commented on this pull request.
In src/modules/pua_reginfo/notify.c:
> @@ -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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.