aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/mutatord.c
diff options
context:
space:
mode:
authoruser1 <user1@ubuntu>2017-04-04 04:41:17 +0000
committeruser1 <user1@ubuntu>2017-04-04 04:41:17 +0000
commit30427d6c8d406dfe6d1abaa98f05cf0e667035b0 (patch)
treeb41c4ae3238a05093917cc5517a643b993b787c0 /daemon/mutatord.c
parentthese are a version of testFunc1.c/h translated to SaferCPlusPlus for (diff)
parentadded pointer declrefexpr tagging for safercpp (diff)
downloadmutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.tar.gz
mutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to 'daemon/mutatord.c')
-rw-r--r--daemon/mutatord.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemon/mutatord.c b/daemon/mutatord.c
index a0496d3..a148686 100644
--- a/daemon/mutatord.c
+++ b/daemon/mutatord.c
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
/**********************************************************************************************************************/
/*macros*/
#define __DBG
-#if 0
+#if 1
#undef __DBG
#endif
/**********************************************************************************************************************/
@@ -140,6 +140,8 @@ int main(void)
fclose(mut_log);
}while(0);
+ return server_exit_code;
+
/*@DEVI-these obviously will never run. theyre just a reminder that i need to handle the gracefull shutdown*/
#if 0
fclose(mut_log);