0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

Missed ')'

This commit is contained in:
Valery Yatsko 2008-04-02 15:46:38 +04:00
parent e5ac49667f
commit da66e74437

View file

@ -675,7 +675,7 @@ check_dlines(void)
if(IsMe(client_p))
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)
continue;