find_dline fixed

This commit is contained in:
Valery Yatsko 2008-04-02 20:54:27 +04:00
parent 2bd806b01c
commit 0632be9b47
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ accept_precallback(rb_fde_t *F, struct sockaddr *addr, rb_socklen_t addrlen, voi
return 0;
}
aconf = find_dline(addr, addr.ss_family);
aconf = find_dline(addr, addr->ss_family);
if(aconf != NULL && (aconf->status & CONF_EXEMPTDLINE))
return 1;