2
0
Эх сурвалжийг харах

siptrace: don't execute core event for net data out for HEP packets

Daniel-Constantin Mierla 9 жил өмнө
parent
commit
284c11ed16

+ 1 - 1
modules/siptrace/siptrace.c

@@ -1790,7 +1790,7 @@ static int trace_send_hep_duplicate(str *body, str *from, str *to, struct dest_i
 	memcpy((void*)(buffer + buflen) , (void*)body->s, body->len);
 	buflen +=body->len;
 
-	if (msg_send(dst_fin, buffer, buflen)<0)
+	if (msg_send_buffer(dst_fin, buffer, buflen, 1)<0)
 	{
 		LM_ERR("cannot send hep duplicate message\n");
 		goto error;