search for: auth_server_waiting_msg

Displaying 1 result from an estimated 1 matches for "auth_server_waiting_msg".

2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
...if (!auth_client_is_connected(auth_client)) { /* we're not currently connected to auth process - don't allow any commands */ client_send_line(client, CLIENT_CMD_REPLY_STATUS, AUTH_SERVER_WAITING_MSG); if (client->to_auth_waiting != NULL) timeout_remove(&client->to_auth_waiting); client->input_blocked = TRUE; break; } else { if (!client_ha...