mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-06 12:21:46 +00:00
Fix warning, unused variable 'rtable'
This commit is contained in:
@@ -333,6 +333,8 @@ 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user