Commit d4d81134 authored by Youness Alaoui's avatar Youness Alaoui

typo fix

parent c11111b9
......@@ -2143,7 +2143,7 @@ static bool conncheck_stun_validater (StunAgent *agent,
stun_debug ("' (%d) with '", username_len);
stun_debug_bytes (uname, uname_len);
stun_debug ("' (%d) : %d\n",
uname, memcmp (username, uname, uname_len));
uname_len, memcmp (username, uname, uname_len));
if (uname_len > 0 && username_len >= uname_len &&
memcmp (username, uname, uname_len) == 0) {
gchar *pass = NULL;
......
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