libxl_domid_to_name() have already been called in
save_domain_core_begin()->find_domain(), so remove it.
Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
save_domain_core_begin(domain_spec, override_config_file,
&config_data, &config_len);
- if (!common_domname) {
- common_domname = libxl_domid_to_name(&ctx, domid);
- /* libxl_domid_to_name fails ? don't bother with names then */
- }
-
if (!config_len) {
fprintf(stderr, "No config file stored for running domain and "
"none supplied - cannot migrate.\n");