Commit 3f3c7e4d authored by Youness Alaoui's avatar Youness Alaoui

Fix return into a break

parent 0756a6ce
......@@ -404,7 +404,7 @@ size_t stun_agent_finish_message (StunAgent *agent, StunMessage *msg,
agent->sent_ids[i].key = key;
agent->sent_ids[i].key_len = key_len;
agent->sent_ids[i].valid = TRUE;
return TRUE;
break;
}
}
}
......
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