[sr-dev] [kamailio/kamailio] Add ports for SSL_ERROR_SSL (#2872)

Daniel-Constantin Mierla notifications at github.com
Fri Oct 8 21:39:51 CEST 2021


@miconda commented on this pull request.



>  			memset(ip_buf, 0, sizeof(ip_buf));
 			ip_addr2sbuf(&(c->rcv.dst_ip), ip_buf, sizeof(ip_buf));
-			ERR("destination IP: %s\n", ip_buf);
+			ERR("dst IP: %s:%d\n", ip_buf, c->rcv.dst_port);
 

if you edited the prefix of the message, shortening to src and dst, then yous should also change IP to addr, because now is also the port.

Then, because the patch is to tls module, the commit message has to be prefixed with tls: -- see contributing guidelines:

  * https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2872#pullrequestreview-775353141
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20211008/eb3e31fe/attachment-0001.htm>


More information about the sr-dev mailing list