summaryrefslogtreecommitdiff
path: root/sysdep
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2016-08-23 17:35:26 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-08-23 17:35:26 +0200
commit768d013267bd2a52bab70ba6d413f49365fb31e3 (patch)
treeecde9e8ee306aa18a6850d6b7668c1f6a119a8cb /sysdep
parent678c97f21ef15c98546f41647f3244799a37db1f (diff)
parentd107ef78df2564cba75af1a6dcc9894c4468b207 (diff)
Merge remote-tracking branch 'origin/misc-fixes'
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c
index 8198743d..120eb906 100644
--- a/sysdep/unix/io.c
+++ b/sysdep/unix/io.c
@@ -2235,7 +2235,7 @@ io_loop(void)
if (pfd[s->index].revents & (POLLHUP | POLLERR))
{
sk_err(s, pfd[s->index].revents);
- goto next2;
+ goto next2;
}
current_sock = sk_next(s);