mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 16:06:38 +02:00
- Typo fix.
This commit is contained in:
@@ -101,7 +101,7 @@ ConfigItem_ban *bconf;
|
||||
|
||||
list_for_each_entry(acptr, &unknown_list, lclient_node)
|
||||
{
|
||||
if (IsUnknown(acptr[i]) &&
|
||||
if (IsUnknown(acptr) &&
|
||||
#ifndef INET6
|
||||
acptr->ip.S_ADDR == cptr->ip.S_ADDR)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user