]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - grab_client.c
Reformat fade.ggo
[paraslash.git] / grab_client.c
index 4f90a27ab24066ec007dbdfd1a66f6af9dc430ff..735e5b4bc90739c0c55991eaffcaf76f02841ea0 100644 (file)
@@ -24,9 +24,9 @@
  */
 
 #include "para.h"
-#include "close_on_fork.h"
 #include "grab_client.cmdline.h"
 #include "list.h"
+#include "sched.h"
 #include "filter.h"
 #include "grab_client.h"
 #include "audiod.h"
@@ -144,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 ?*/