From 3fffb93e53e6a22ebcda1389f675870a10564211 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Jan 2020 01:44:14 +0100 Subject: [PATCH] kill goto --- 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 index 76471fff6..d70c0e7fc 100644 --- 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: