[libvirt] [PATCH] resctrl: Fix testing line

Martin Kletzander posted 1 patch 5 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/bf8c8755dc8a6d53632b90aa79ba546594714264.1552380875.git.mkletzan@redhat.com
src/util/virresctrl.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
[libvirt] [PATCH] resctrl: Fix testing line
Posted by Martin Kletzander 5 years ago
Forgot to remove this before pushing.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Pushed as trivial.

 src/util/virresctrl.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c
index ab977b995c4d..9e477fc064ed 100644
--- a/src/util/virresctrl.c
+++ b/src/util/virresctrl.c
@@ -2166,10 +2166,8 @@ virResctrlAllocCopyMemBW(virResctrlAllocPtr dst,
         return -1;
 
     for (i = 0; i < src_bw->nbandwidths; i++) {
-        if (dst_bw->bandwidths[i]) {
-            *dst_bw->bandwidths[i] = 123;
+        if (dst_bw->bandwidths[i])
             continue;
-        }
         if (VIR_ALLOC(dst_bw->bandwidths[i]) < 0)
             return -1;
         *dst_bw->bandwidths[i] = *src_bw->bandwidths[i];
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list