Build fix: undeclared variable in poll compat
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 19:49:28 +0000 (15:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 19:54:13 +0000 (15:54 -0400)
commitfbccfe840283f05d76f6159567266434a9b63308
tree10a13c97baaaf59d3ba7dfc2db4e416e602f97c8
parent4e328cceb6ff5fd6240c866b52b29234946c5c66
Build fix: undeclared variable in poll compat

No `ipfd` variable exists in the compat_poll_wait function. The
author meant to use `idle_pfd`.

Reported-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/compat-poll.c
This page took 0.024725 seconds and 4 git commands to generate.