diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-02 12:06:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-02 12:06:49 +0000 |
commit | dae64986f26d1e49e65b1657ef74f4f791ef852d (patch) | |
tree | a10a1a8c07495ac9b4165c7693d3bdb8aa2d2c7b /daemon | |
parent | disbaled a macro (diff) | |
download | mutator-dae64986f26d1e49e65b1657ef74f4f791ef852d.tar.gz mutator-dae64986f26d1e49e65b1657ef74f4f791ef852d.zip |
the daemon returns the server exit code
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/mutatord.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/mutatord.c b/daemon/mutatord.c index a9d29cd..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,7 +140,7 @@ int main(void) fclose(mut_log); }while(0); - //return server_exit_code; + return server_exit_code; /*@DEVI-these obviously will never run. theyre just a reminder that i need to handle the gracefull shutdown*/ #if 0 |