commit | 5e6222a0332e38316b5a58b23c35cca69bb72025 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Fri Apr 24 17:09:25 2020 +0000 |
committer | Dave Barach <openvpp@barachs.net> | Sat Apr 25 11:39:59 2020 +0000 |
tree | 672175c15152527f48341b9453926c665ef934d9 | |
parent | f593b5792031b3797cdcdfd3fbb33ac4de8c9a5d [diff] [blame] |
vcl: generate select events on read/write errors Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I3429f9d0406b6d710846fc82d77400f26f77fdf4
diff --git a/src/vcl/ldp.c b/src/vcl/ldp.c index c23f995..e5baa0e 100644 --- a/src/vcl/ldp.c +++ b/src/vcl/ldp.c
@@ -776,6 +776,7 @@ { errno = -rv; rv = -1; + goto done; } else if (rv > 0) {