Fix compile errors

This commit is contained in:
lazio579 2018-11-01 17:53:07 +08:00
parent 9e349f566d
commit acaf3ed62c

View File

@ -476,8 +476,8 @@ network_socket_bind(network_socket *con, int advanced_mode)
attach_bpf(con->fd);
#endif
}
}
#endif
}
if (con->dst->addr.common.sa_family == AF_INET6) {
#ifdef IPV6_V6ONLY