From: Benjamin Cama Date: Wed, 17 Aug 2011 00:22:01 +0000 (+0200) Subject: Route setting sockets don't exist anymore; remove them. X-Git-Tag: debian/2.2.1-1fdn2~2^2^2~3 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/d02a2433978f0919a780073b2f49af4b5d3ba9ea Route setting sockets don't exist anymore; remove them. Signed-off-by: Benjamin Cama --- diff --git a/util.c b/util.c index f3303b4..78ec78b 100644 --- a/util.c +++ b/util.c @@ -81,8 +81,6 @@ pid_t fork_and_close() if (controlfd != -1) close(controlfd); if (daefd != -1) close(daefd); if (snoopfd != -1) close(snoopfd); - if (ifrfd != -1) close(ifrfd); - if (ifr6fd != -1) close(ifr6fd); if (rand_fd != -1) close(rand_fd); if (epollfd != -1) close(epollfd);