commit 026673bd37859969820d611fca062b878ec6321b parent 07449ce578347a79fcff9fda0164b7b7782cec80 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 31 May 2016 20:35:50 +0200 fix Diffstat:
| M | src/exchange/taler-exchange-httpd_keystate.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c @@ -912,8 +912,8 @@ TMH_KS_loop (void) sigchld = GNUNET_SIGNAL_handler_install (SIGCHLD, &handle_sigchld); - ret = GNUNET_OK; - while (GNUNET_OK == ret) + ret = 2; + while (2 == ret) { char c; ssize_t res;