Fix build after rtable patch

This commit is contained in:
Erik Ekman 2014-04-06 13:35:09 +02:00
parent eca80f769b
commit acd6c37ac1

View File

@ -350,8 +350,6 @@ main(int argc, char **argv)
#ifdef OPENBSD
if (rtable > 0)
socket_setrtable(dns_fd, rtable);
#else
(void) rtable;
#endif
signal(SIGINT, sighandler);