From f57b4c50422328a53df9bb16b3c6f58f58968d7f Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Wed, 22 May 2024 23:02:55 -0400 Subject: [PATCH] [#7592] Fix `msiServerMonPerf` on Ubuntu 24.04 --- server/re/src/reIn2p3SysRule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/re/src/reIn2p3SysRule.cpp b/server/re/src/reIn2p3SysRule.cpp index c7fab0e70e..523b3ff119 100644 --- a/server/re/src/reIn2p3SysRule.cpp +++ b/server/re/src/reIn2p3SysRule.cpp @@ -254,7 +254,7 @@ void *startMonScript( void *arg ) { * insert it into the database . * **********************************************************/ char *output; - msParam_t msp1, msp2, msp3, msp4, msp5, msout; + msParam_t msp1{}, msp2{}, msp3{}, msp4{}, msp5{}, msout{}; int thrid, status; int retval;