Skip to content

SIPmsg_PT.cc: Fix wrong pointer passed to inet_ntop

The previous commit wrongly assumed that the IP address field was the first field (after sa_family) of sockaddr_in and sockaddr_in6, while actually the first field is the port number.

Merge request reports