0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 05:38:53 +02:00

Oups, change for last commit

This commit is contained in:
Valery Yatsko 2008-04-02 20:55:38 +04:00
parent 3610cbbbda
commit bec1e0a51e

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, AF_INET);
if(aconf != NULL && (aconf->status & CONF_EXEMPTDLINE))
return 1;