Revision 768706a5 block-qcow2.c

b/block-qcow2.c
669 669
    l2_offset &= ~QCOW_OFLAG_COPIED;
670 670
    l2_table = l2_load(bs, l2_offset);
671 671
    if (l2_table == NULL)
672
        goto out;
672
        return 0;
673 673

  
674 674
    /* find the cluster offset for the given disk offset */
675 675

  

Also available in: Unified diff