diff -r ebede381efe8 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Tue Jul 27 18:09:22 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.c Fri Jul 30 15:44:33 2010 +0100 @@ -1096,7 +1096,7 @@ 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: