aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxc/xc_resume.c')
-rw-r--r--tools/libxc/xc_resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xc_resume.c b/tools/libxc/xc_resume.c
index 214d520800..fec5a897c7 100644
--- a/tools/libxc/xc_resume.c
+++ b/tools/libxc/xc_resume.c
@@ -58,7 +58,7 @@ static int xc_domain_resume_any(int xc_handle, uint32_t domid)
if ( xc_domain_getinfo(xc_handle, domid, 1, &info) != 1 )
{
PERROR("Could not get domain info");
- goto out;
+ return rc;
}
/*