mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-11 21:10:56 +00:00
---
This commit is contained in:
parent
30fe7dbc06
commit
8b780dea5f
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ handle_null_request(int tun_fd, int dns_fd, struct query *q, int domain_len)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
if (version == v6 ? VERSION_V6 : VERSION) {
|
if (version == (v6 ? VERSION_V6 : VERSION)) {
|
||||||
#else
|
#else
|
||||||
if (version == VERSION) {
|
if (version == VERSION) {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue