X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;h=735e5b4bc90739c0c55991eaffcaf76f02841ea0;hp=f505fa8739070d4a9a01563c2e60a8395fdea70a;hb=f75fe9dd2d9379aca4b2b1a6f1523bb695a1f237;hpb=899a19c03fc05f6fd98687e3eaa86841a4633a10 diff --git a/grab_client.c b/grab_client.c index f505fa87..735e5b4b 100644 --- a/grab_client.c +++ b/grab_client.c @@ -24,7 +24,6 @@ */ #include "para.h" -#include "close_on_fork.h" #include "grab_client.cmdline.h" #include "list.h" #include "sched.h" @@ -145,7 +144,6 @@ static void gc_close(struct filter_callback *fcb) if (gc->conf->one_shot_given || gc->error) { PARA_INFO_LOG("closing fd %d (grab client %p)\n", gc->fd, gc); - del_close_on_fork_list(gc->fd); close(gc->fd); gc_free(gc); /* close on fork ?*/