Parent Directory
|
Revision Log
|
Patch
revision 9869 by michael, Fri Jan 1 04:43:42 2021 UTC | revision 9870 by michael, Sun Jan 3 08:12:58 2021 UTC | |
---|---|---|
# | Line 830 exit_client(struct Client *client, const | Line 830 exit_client(struct Client *client, const |
830 | ||
831 | if (IsServer(client)) | if (IsServer(client)) |
832 | { | { |
833 | char splitstr[HOSTLEN + HOSTLEN + 2]; | char splitstr[HOSTLEN + HOSTLEN + 2]; /* +2 for space and \0 */ |
834 | ||
835 | assert(client->serv); | assert(client->serv); |
836 | assert(client->servptr); | assert(client->servptr); |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |