1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-07 11:07:03 +00:00
This commit is contained in:
Julian Kranz 2012-01-07 02:44:09 +01:00 committed by Barak A. Pearlmutter
parent 30fe7dbc06
commit 8b780dea5f

View file

@ -727,7 +727,7 @@ handle_null_request(int tun_fd, int dns_fd, struct query *q, int domain_len)
}
#ifdef LINUX
if (version == v6 ? VERSION_V6 : VERSION) {
if (version == (v6 ? VERSION_V6 : VERSION)) {
#else
if (version == VERSION) {
#endif