Skip to content

Commit

Permalink
fix: error: redeclaration of 'bool ret'
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Jun 5, 2023
1 parent a34fadc commit 96e8702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ bool cPluginMcli::Initialize (void)
return false;
};

bool ret = InitMcli();
ret = InitMcli();
if (!ret) {
esyslog ("mcli::%s: InitMcli failed", __FUNCTION__);
return false;
Expand Down

0 comments on commit 96e8702

Please sign in to comment.