>
> 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 deadYes it becomes dead, but there is nothing left in the 'else if' block. Regards, Michal
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
