mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 22:41:26 +00:00
Fix warning, unused variable 'rtable'
This commit is contained in:
parent
4f02f7d0aa
commit
a7f491f808
|
@ -333,6 +333,8 @@ main(int argc, char **argv)
|
|||
#ifdef OPENBSD
|
||||
if (rtable > 0)
|
||||
socket_setrtable(dns_fd, rtable);
|
||||
#else
|
||||
(void) rtable;
|
||||
#endif
|
||||
|
||||
signal(SIGINT, sighandler);
|
||||
|
|
Loading…
Reference in a new issue