X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Flibsystemd%2Fsd-rtnl%2Fsd-rtnl.c;fp=src%2Flibsystemd%2Fsd-rtnl%2Fsd-rtnl.c;h=ae3573937c7aa042afee18bc3fc0bb421a944482;hb=f55dc7c96ef6a8db32451a0d5f708090591a9141;hp=abb011ea24c675252adab551c46eeea49cbb9f04;hpb=c7460cce79fd358f2745bd390bd2e7ded450ee62;p=elogind.git diff --git a/src/libsystemd/sd-rtnl/sd-rtnl.c b/src/libsystemd/sd-rtnl/sd-rtnl.c index abb011ea2..ae3573937 100644 --- a/src/libsystemd/sd-rtnl/sd-rtnl.c +++ b/src/libsystemd/sd-rtnl/sd-rtnl.c @@ -489,7 +489,7 @@ static int rtnl_poll(sd_rtnl *rtnl, bool need_more, uint64_t timeout_usec) { if (need_more) /* Caller wants more data, and doesn't care about * what's been read or any other timeouts. */ - return e |= POLLIN; + e |= POLLIN; else { usec_t until; /* Caller wants to process if there is something to