• P
    conf: Fix mistakes in pointer usage in virDomainObjGetDefs · f9ab9eff
    Peter Krempa 提交于
    Coverity rightfully determined that in commit 3d021381
    I made a mistake in the first check if @persDef is not NULL is
    dereferencing it rather than checking.
    
    Additionally if the vm is online the code would set @liveDef twice
    rather than modifying @persDef. Fix both mistakes.
    f9ab9eff
domain_conf.c 753.8 KB