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,
head,
plgroup ?: "",
comedia ?: "",
net_GetPort ((const struct sockaddr *)&p_session->addr),
ntohs (net_GetPort ((const struct sockaddr *)&p_session->addr)),
p_session->sdpformat);
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