6d4163a lxc: Don't return early in virLXCProcessSetupInterfaces

Authored and Committed by mprivozn 5 years ago
    lxc: Don't return early in virLXCProcessSetupInterfaces
    
    There are two places in the loop body that just return instead of
    jumping onto the cleanup label. The problem is the cleanup code
    is not ran in those cases.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+2 -2