]> xenbits.xensource.com Git - xen.git/commit
libxl: bugfix: create_domain() return to caller if !daemonize
authorShriram Rajagopalan <rshriram@cs.ubc.ca>
Thu, 9 Feb 2012 18:06:24 +0000 (18:06 +0000)
committerShriram Rajagopalan <rshriram@cs.ubc.ca>
Thu, 9 Feb 2012 18:06:24 +0000 (18:06 +0000)
commit490d431f99d32c2c700513b59f816729cfa1c1af
tree65a3f70484f77ea3754aa172a6edb5e7412251b7
parentce631b3f258d5081f01eeca1ef6444fb88fb6900
libxl: bugfix: create_domain() return to caller if !daemonize

Currently the create_domain function does not honor
the daemonize flag properly. It exits irrespective of
the value of the flag. This patch fixes the issue.

Signed-off-by: Shriram Rajagopalan <rshriram@cs.ubc.ca>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c