Skip to content

Commit

Permalink
[irods#7592] Fix msiServerMonPerf on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Jun 12, 2024
1 parent 79e88b0 commit f57b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/re/src/reIn2p3SysRule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f57b4c5

Please sign in to comment.