btrbk: bugfix: update uuid_cache after btrfs_subvolume_show()

pull/88/head
Axel Burri 2016-04-15 02:38:41 +02:00
parent 6e997674fc
commit e3702305e6
1 changed files with 1 additions and 0 deletions

1
btrbk
View File

@ -2513,6 +2513,7 @@ sub macro_send_receive(@)
my $detail = btrfs_subvolume_show($source);
die unless($detail->{uuid});
$source->{node}{uuid} = $detail->{uuid};
$uuid_cache{$detail->{uuid}} = $source->{node};
}
}