diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-11 17:20:45 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-11 17:20:45 +0000 |
commit | 26d121d7ece914511ad375c6a4bcdd2b52f7fea4 (patch) | |
tree | 67364ee3104640462aaa8d2218216049b2aae9a4 /daemon/mutatord.c | |
parent | fixed another coverity issue (diff) | |
download | mutator-26d121d7ece914511ad375c6a4bcdd2b52f7fea4.tar.gz mutator-26d121d7ece914511ad375c6a4bcdd2b52f7fea4.zip |
fixing some issues
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*/ |