Revision f139a412 savevm.c

b/savevm.c
1695 1695
    sn->vm_clock_nsec = qemu_get_clock(vm_clock);
1696 1696

  
1697 1697
    /* Delete old snapshots of the same name */
1698
    if (del_existing_snapshots(mon, name) < 0) {
1698
    if (name && del_existing_snapshots(mon, name) < 0) {
1699 1699
        goto the_end;
1700 1700
    }
1701 1701

  

Also available in: Unified diff