mirror of
https://github.com/yarrick/iodine.git
synced 2025-01-12 19:09:30 +00:00
fix compilation error: rtable is only defined in OPENBSD
This commit is contained in:
parent
9417492bc5
commit
08d28f2143
|
@ -350,8 +350,6 @@ main(int argc, char **argv)
|
||||||
#ifdef OPENBSD
|
#ifdef OPENBSD
|
||||||
if (rtable > 0)
|
if (rtable > 0)
|
||||||
socket_setrtable(dns_fd, rtable);
|
socket_setrtable(dns_fd, rtable);
|
||||||
#else
|
|
||||||
(void) rtable;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
signal(SIGINT, sighandler);
|
signal(SIGINT, sighandler);
|
||||||
|
|
Loading…
Reference in a new issue