2fbfb3a qemu: Remove dead code in qemuDomainAssignPCIAddresses revert patch

1 file Authored by Erik Skultety 9 years ago, Committed by Ján Tomko 9 years ago,
    qemu: Remove dead code in qemuDomainAssignPCIAddresses revert patch
    
    As it turned out, fix of dead code 419a22 changed the affected condition
    from "never true" to "always true", so better fix would be to change the
    return code of virDomainMaybeAddController from 0 to 1 if
    a new bridge has been added, thus distinguishing case when we didn't need to
    add any controller and case we successfully added one.
    
    The return code is changed in the next commit
    
        
file modified
+1 -1