Re: [PATCH] virt-aa-helper: Fix permissions for vhost-user socket files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Besides by changing from :

    } else {
        if ((x) == -1))
            return -1;

to

    } else if ((x) == -1) {
            return -1;

Everything else inside the else if after the return -1 becomes dead

Yes it becomes dead, but there is nothing left in the 'else if' block.

Regards,
Michal
 

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]