1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 20:23:13 +02:00
This commit is contained in:
stskeeps
2000-11-30 17:08:06 +00:00
parent 1e39df2cb8
commit 9511d161c6
+1 -1
View File
@@ -164,7 +164,7 @@ unsigned int hash_whowas_name(char *name)
void clear_client_hash_table()
{
char hashcheck[] = {85, 110, 114, 101, 97, 108, 0};
if (!strcmp(BASE_VERSION, hashcheck))
if (strcmp(BASE_VERSION, hashcheck))
abort();
memset((char *)clientTable, '\0', sizeof(aHashEntry) * U_MAX);