diff -r 9ea1cf03ef55 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Wed Jul 28 13:35:25 2010 +0200 +++ b/tools/libxl/xl_cmdimpl.c Wed Jul 28 13:41:00 2010 +0200 @@ -1096,7 +1096,7 @@ static int handle_domain_death(struct li struct domain_config *d_config, struct libxl_dominfo *info) { int restart = 0; - enum action_on_shutdown action; + enum action_on_shutdown action = ACTION_DESTROY; switch (info->shutdown_reason) { case SHUTDOWN_poweroff: