• J
    lxc: Avoid Coverity SIZEOF_MISMATCH · 11822fff
    John Ferlan 提交于
    Commit id '692e9fac' used virProcessSetNamespaces instead of inlining
    the similar functionality; however, Coverity notes that the function
    prototype expects a size_t value and not an enum and complains. So,
    just typecast the enum as a size_t to avoid the noise.
    11822fff
lxc_container.c 72.0 KB