libxl: do not blunder on if bootloader fails
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 23 Jul 2012 12:09:36 +0000 (13:09 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 23 Jul 2012 12:09:36 +0000 (13:09 +0100)
commit267cda5f2e4d19b85acfc94d4bfeffb80cf1ea0f
tree6f4c82f830891872070c7a984a318b78752dcb7b
parent7fb166219be5790457bc1f9b92371c9114b9cb45
libxl: do not blunder on if bootloader fails

If the bootloader failed, we would call the creation failure callback
but _also_ blunder on trying to recreate the domain, due to a missing
"return".

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Reported-by: Roger Pau Monne <roger.pau@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_create.c