rescue: Ignore errno after guestfs_launch.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 23 Aug 2011 15:41:07 +0000 (16:41 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 23 Aug 2011 15:41:07 +0000 (16:41 +0100)
commit00fef9eed6a53e10a975814beef775483ff0b3dd
tree59690a71bcaa58ce5a826783df32cf4c40b5e1b0
parent9bab154d48e367702b65852c3c822341b474ffd2
rescue: Ignore errno after guestfs_launch.

errno is pretty much random on the error path back from guestfs_launch
so there is nothing useful to be gained by checking it.

We could do with a better way to detect if appliance launch failed.
rescue/virt-rescue.c