mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
SASL SCRAM: renamed scram_free_session to scram_session_free
This commit is contained in:
@@ -59,7 +59,7 @@ scram_session
|
||||
}
|
||||
|
||||
void
|
||||
scram_free_session (scram_session *session)
|
||||
scram_session_free (scram_session *session)
|
||||
{
|
||||
if (session == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user