commit 3fffb93e53e6a22ebcda1389f675870a10564211 parent b290ca30c0b7b7e10578cb82d25e39e2c7d7ee62 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 20 Jan 2020 01:44:14 +0100 kill goto Diffstat:
| M | src/exchange/taler-exchange-httpd_keystate.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c @@ -2200,7 +2200,6 @@ TEH_KS_loop (void) char c; ssize_t res; -read_again: errno = 0; res = read (reload_pipe[0], &c, @@ -2212,7 +2211,7 @@ read_again: break; } if (EINTR == errno) - goto read_again; + continue; switch (c) { case SIGUSR1: