mirror of
https://github.com/coturn/coturn.git
synced 2025-10-26 20:41:07 +01:00
password change in the database for an active session is supported
This commit is contained in:
parent
4b7a0a56c9
commit
d016f2a2c0
@ -3095,6 +3095,13 @@ static int check_stun_auth(turn_turnserver *server,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(can_resume) {
|
||||||
|
(server->userkeycb)(server->id, server->ct, usname, realm, resume_processing_after_username_check, in_buffer, ss->id, postpone_reply);
|
||||||
|
if(*postpone_reply) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR,
|
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR,
|
||||||
"%s: user %s credentials are incorrect\n",
|
"%s: user %s credentials are incorrect\n",
|
||||||
__FUNCTION__, (char*)usname);
|
__FUNCTION__, (char*)usname);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user