diff options
Diffstat (limited to 'daemon/mutatord.c')
-rw-r--r-- | daemon/mutatord.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/mutatord.c b/daemon/mutatord.c index 7d4a244..a0496d3 100644 --- a/daemon/mutatord.c +++ b/daemon/mutatord.c @@ -141,8 +141,10 @@ int main(void) }while(0); /*@DEVI-these obviously will never run. theyre just a reminder that i need to handle the gracefull shutdown*/ +#if 0 fclose(mut_log); exit(EXIT_SUCCESS); +#endif } /*last line intentionally left blank*/ |