diff -r 62885b3c34c8 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Thu Nov 08 17:58:19 2012 +0100 +++ b/tools/libxl/xl_cmdimpl.c Fri Nov 09 16:11:04 2012 +0900 @@ -1927,7 +1927,7 @@ start: * On subsequent reboot etc we should create the domain, not * restore/migrate-receive it again. */ - restore_file = NULL; + restoring = 0; }else{ ret = libxl_domain_create_new(ctx, &d_config, &domid, 0, autoconnect_console_how);