On Tue, Apr 17, 2018 at 12:22:13 -0400, John Ferlan wrote:
Move to within the #if since the #else portion ends with a goto
and that raised concern by Coverity.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/remote/remote_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
ACK, although the code is correct as it is, it will just never fall
through, so this is again a false positive.