From 761ad6989cdb00e0bd65a0acff034d2b48dee1b8 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 06 2021 08:12:48 +0000 Subject: Apply patch 0001-libmultipath-assign-variable-to-make-gcc-happy.patch patch_name: 0001-libmultipath-assign-variable-to-make-gcc-happy.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/libmultipath/structs_vec.c b/libmultipath/structs_vec.c index 3dbbaa0..077f2e4 100644 --- a/libmultipath/structs_vec.c +++ b/libmultipath/structs_vec.c @@ -336,7 +336,7 @@ static void leave_recovery_mode(struct multipath *mpp) void __set_no_path_retry(struct multipath *mpp, bool check_features) { - bool is_queueing; + bool is_queueing = false; /* assign a value to make gcc happy */ check_features = check_features && mpp->features != NULL; if (check_features)