From 54231dc3897df7ba242e9f7b54d62743d316d856 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 4 Mar 2022 21:34:50 +0100 Subject: [PATCH] M #-: Fix typo in variable (cherry picked from commit 657b468f159eea9b102ef77198d7904cc17e4b81) --- src/rm/RequestManagerVirtualMachine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rm/RequestManagerVirtualMachine.cc b/src/rm/RequestManagerVirtualMachine.cc index 467984a2d1..c7ad954bc0 100644 --- a/src/rm/RequestManagerVirtualMachine.cc +++ b/src/rm/RequestManagerVirtualMachine.cc @@ -1519,7 +1519,7 @@ void VirtualMachineDiskSaveas::request_execute( ds_check = ds->get_avail_mb(avail); ds_disk_type = ds->get_disk_type(); ds_mad = ds->get_ds_mad(); - ds_mad = ds->get_tm_mad(); + tm_mad = ds->get_tm_mad(); } else {