summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_keystate.c3
1 files changed, 1 insertions, 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: