1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 03:33:13 +02:00

dead_link() -> dead_socket() since that is more descriptive

This commit is contained in:
Bram Matthys
2019-10-04 11:36:34 +02:00
parent cbe20e1d5a
commit 9e4dbf8c89
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1159,7 +1159,7 @@ struct LocalClient {
#ifdef DEBUGMODE
time_t cputime; /**< Something with debugging (why is this a time_t? TODO) */
#endif
char *error_str; /**< Quit reason set by dead_link() in case of socket/buffer error, later used by exit_client() */
char *error_str; /**< Quit reason set by dead_socket() in case of socket/buffer error, later used by exit_client() */
char sasl_agent[NICKLEN + 1]; /**< SASL: SASL Agent the user is interacting with */
unsigned char sasl_out; /**< SASL: Number of outgoing sasl messages */
unsigned char sasl_complete; /**< SASL: >0 if SASL authentication was successful */