From 50509e2b062d3c0f845f9d9aee24619ea3f3ea89 Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 25 2020 07:44:51 +0000 Subject: Apply patch 0001-libmultipath-assign-variable-to-make-gcc-happy.patch patch_name: 0001-libmultipath-assign-variable-to-make-gcc-happy.patch location_in_specfile: 1 present_in_specfile: true --- 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)