mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-07 11:07:03 +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
|
||||
if (version == v6 ? VERSION_V6 : VERSION) {
|
||||
if (version == (v6 ? VERSION_V6 : VERSION)) {
|
||||
#else
|
||||
if (version == VERSION) {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue