Skip to content

Commit

Permalink
CA-406953: Fix uninitialized return in bond_mon.c
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Feb 19, 2025
1 parent ae864a3 commit cd21878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/bond_mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ bm_initialize(
com_close(bm_object);
bm_object = HA_COMMON_OBJECT_INVALID_HANDLE_VALUE;
#endif
ret = MTC_ERROR_INVALID_PARAMETER;

break;
}
Expand Down

0 comments on commit cd21878

Please sign in to comment.