summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r--src/mint/taler-mint-httpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c
index 328fa0357..09b2439bb 100644
--- a/src/mint/taler-mint-httpd.c
+++ b/src/mint/taler-mint-httpd.c
@@ -561,7 +561,7 @@ run_fake_client ()
"Failed to run both `nc' and `ncat': %s\n",
strerror (errno));
}
- exit (0);
+ _exit (1);
}
/* parent process */
GNUNET_break (0 == close (fd));
@@ -757,7 +757,6 @@ main (int argc,
TMH_plugin->drop_temporary (TMH_plugin->cls,
session);
}
-
TALER_MINTDB_plugin_unload (TMH_plugin);
return (GNUNET_SYSERR == ret) ? 1 : 0;
}