fix compilation error: rtable is only defined in OPENBSD

This commit is contained in:
Barak A. Pearlmutter 2014-04-02 12:10:20 +01:00
parent 9417492bc5
commit 08d28f2143

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);