From: Roy Marples Date: Thu, 5 Mar 2015 17:40:56 +0000 (+0000) Subject: Remove erroneous goto. X-Git-Tag: v6.8.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9dd987b538eb00bf570f193f1de23744068c7de;p=thirdparty%2Fdhcpcd.git Remove erroneous goto. --- diff --git a/eloop.c b/eloop.c index 4d51c077..6cf224aa 100644 --- a/eloop.c +++ b/eloop.c @@ -119,7 +119,6 @@ eloop_event_add(struct eloop_ctx *ctx, int fd, 0, 0, UPTR(e)); error = kevent(ctx->poll_fd, ke, e->write_cb || write_cb ? 2 : 1, NULL, 0, NULL); - goto err; #elif defined(HAVE_EPOLL) epe.data.ptr = e; error = epoll_ctl(ctx->poll_fd, EPOLL_CTL_MOD,