mirror of
https://github.com/matrix-construct/construct
synced 2024-11-20 08:51:18 +01:00
Missed ')'
This commit is contained in:
parent
e5ac49667f
commit
da66e74437
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ check_dlines(void)
|
||||||
if(IsMe(client_p))
|
if(IsMe(client_p))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if((aconf = find_dline((struct sockaddr *)&client_p->localClient->ip) != NULL)
|
if((aconf = find_dline((struct sockaddr *)&client_p->localClient->ip)) != NULL)
|
||||||
{
|
{
|
||||||
if(aconf->status & CONF_EXEMPTDLINE)
|
if(aconf->status & CONF_EXEMPTDLINE)
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue