X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;fp=server.c;h=593d92c5d3717fd3965336ca1c57d9a218377521;hp=690f7163984c2f00cb0de1e4982da4668676e500;hb=659b46df9a49e0677fd7ff85a9842adac4abec84;hpb=ced0c17d1a3ee0336dc7b35e69faff131dabecac diff --git a/server.c b/server.c index 690f7163..593d92c5 100644 --- a/server.c +++ b/server.c @@ -674,6 +674,7 @@ int main(int argc, char *argv[]) daemon_set_hooks(NULL, NULL); /* only one process remaining */ mutex_destroy(log_mutex); shm_detach(mmd); + deplete_close_on_fork_list(); if (ret < 0) PARA_EMERG_LOG("%s\n", para_strerror(-ret)); } else {