Cleaned up the credentials handling, and made it ready for plugins.
This commit is contained in:
@@ -33,7 +33,7 @@ static void clear_user_list_callback(void* ptr)
|
||||
* This prevents the hub from trying to send
|
||||
* quit messages to other users.
|
||||
*/
|
||||
u->credentials = cred_none;
|
||||
u->credentials = auth_cred_none;
|
||||
user_destroy(u);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user