• D
    conf: Rework code around 'append' attribute · 58345271
    Dmitry Mishin 提交于
    Commit id '70ffa02f' added the data.file.append option to some
    VIR_DOMAIN_CHR_TYPE_FILE cases in switch statements allowing the
    code to "fall through" for the remainder of the cases. This causes
    angst in code profiling tools, like Coverity since there is no break;
    followed by more case conditions. Adjust the logic to be more specific
    within each case.
    Signed-off-by: NDmitry Mishin <dim@virtuozzo.com>
    58345271
domain_conf.c 760.6 KB