projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3190b01
)
Route setting sockets don't exist anymore; remove them.
author
Benjamin Cama
<benoar@dolka.fr>
Wed, 17 Aug 2011 00:22:01 +0000
(
02:22
+0200)
committer
Benjamin Cama
<benoar@dolka.fr>
Wed, 17 Aug 2011 00:22:01 +0000
(
02:22
+0200)
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index
f3303b4
..
78ec78b
100644
(file)
--- 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);