Commit d6a7c477 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Byte order fix

parent 14fb31d9
...@@ -624,7 +624,7 @@ static char *SDPGenerate( sap_handler_t *p_sap, ...@@ -624,7 +624,7 @@ static char *SDPGenerate( sap_handler_t *p_sap,
head, head,
plgroup ?: "", plgroup ?: "",
comedia ?: "", comedia ?: "",
net_GetPort ((const struct sockaddr *)&p_session->addr), ntohs (net_GetPort ((const struct sockaddr *)&p_session->addr)),
p_session->sdpformat); p_session->sdpformat);
free (plgroup); free (plgroup);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment