Commit cb501e57 authored by Olivier Crête's avatar Olivier Crête

Remove useless variable setting

parent a1a870a3
...@@ -254,7 +254,6 @@ stun_usage_ice_conncheck_create_reply (StunAgent *agent, StunMessage *req, ...@@ -254,7 +254,6 @@ stun_usage_ice_conncheck_create_reply (StunAgent *agent, StunMessage *req,
{ {
stun_debug (" staying \"controll%s\" (sending error)\n", stun_debug (" staying \"controll%s\" (sending error)\n",
*control ? "ing" : "ed"); *control ? "ing" : "ed");
*plen = len;
err (STUN_ERROR_ROLE_CONFLICT); err (STUN_ERROR_ROLE_CONFLICT);
return 0; return 0;
} }
......
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