Commit 959235aa authored by Youness Alaoui's avatar Youness Alaoui

the google destination address is not xored

parent f163325e
...@@ -192,7 +192,7 @@ socket_send ( ...@@ -192,7 +192,7 @@ socket_send (
goto send; goto send;
} }
if (stun_message_append_xor_addr (&msg, STUN_ATTRIBUTE_DESTINATION_ADDRESS, if (stun_message_append_addr (&msg, STUN_ATTRIBUTE_DESTINATION_ADDRESS,
(struct sockaddr *)&sa, sizeof(sa)) != 0) (struct sockaddr *)&sa, sizeof(sa)) != 0)
goto send; goto send;
} }
......
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