diff --git a/monitor.c b/monitor.c index 9c6ab646..d528dc9c 100644 --- a/monitor.c +++ b/monitor.c @@ -232,7 +232,7 @@ int monitor_poll() bytes=read(c->socket,&c->line[c->line_length],1); if (bytes<1) { switch(errno) { - case EAGAIN: case EINTR: + case EAGAIN: case EINTR: case ENOTRECOVERABLE: /* transient errors */ break; default: