• P
    Fix coverity complain in commandtest.c · ab8692b6
    Pavel Hrdina 提交于
    For a "newfd1" the coverity tools thinks that the fd is closed in
    a "virCommandPassFD", but with "flags == 0" it cannot be closed.
    
    The code itself is ok, but coverity tool thinks that there is
    "double_close" of the "newfd1" and to prevent showing this error
    we simply add a comment before the proper close.
    
    This has been found by coverity.
    Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
    ab8692b6
commandtest.c 25.6 KB