summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/event.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-06-02 15:45:11 +0200
committerArne Schwabe <arne@rfc2549.org>2012-06-02 15:45:11 +0200
commitec2008e9e53b99ba1725d8398e21b9cb04f6b8ca (patch)
tree8498bf1722b27ae47a5cec27c7f6cf5ecb868bb3 /openvpn/src/openvpn/event.c
parentb84e3939a015b42c316af0b63297932e6fcf8ba4 (diff)
bring openvpn in sync with openvpn git master and patches submitted to mailing list
Diffstat (limited to 'openvpn/src/openvpn/event.c')
-rw-r--r--openvpn/src/openvpn/event.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openvpn/src/openvpn/event.c b/openvpn/src/openvpn/event.c
index 0463d985..2a13e1cf 100644
--- a/openvpn/src/openvpn/event.c
+++ b/openvpn/src/openvpn/event.c
@@ -753,10 +753,6 @@ po_wait (struct event_set *es, const struct timeval *tv, struct event_set_return
++out;
++j;
}
- else if(pfdp->revents==0x0020)
- {
- openvpn_exit (OPENVPN_EXIT_STATUS_ERROR);
- }
else if (pfdp->revents)
{
msg (D_EVENT_ERRORS, "Error: poll: unknown revents=0x%04x", (unsigned int)pfdp->revents);