X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/a840035219b9552241dc071c0b6afc54e3a64b5f..709b2b0419595bd99594840118740bb243566dcb:/util.c diff --git a/util.c b/util.c index 7237c08..e132be6 100644 --- a/util.c +++ b/util.c @@ -1,7 +1,5 @@ /* Misc util functions */ -char const *cvs_id_util = "$Id: util.c,v 1.14 2006-04-05 01:45:57 bodea Exp $"; - #include #include #include @@ -81,8 +79,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);