diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-01 10:58:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-01 10:58:49 +0000 |
commit | d32b0c14a217547dfdf9818f8d96fa0be41d1c01 (patch) | |
tree | 8978bf5e2ddd49c6d36c0d77ea6f5087d749d8f8 /daemon/mutatord.c | |
parent | th elocation fo the config file has been changed when you run make install (diff) | |
download | mutator-d32b0c14a217547dfdf9818f8d96fa0be41d1c01.tar.gz mutator-d32b0c14a217547dfdf9818f8d96fa0be41d1c01.zip |
now the server will only run the driver commands. not anything.
Diffstat (limited to '')
-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 a0496d3..a9d29cd 100644 --- a/daemon/mutatord.c +++ b/daemon/mutatord.c @@ -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); |