Skip to content

Commit

Permalink
Merge pull request #14758 from LabNConsulting/fix-mgmtd-coverity
Browse files Browse the repository at this point in the history
mgmtd: get rid of unused init value to fix coverity warning
  • Loading branch information
donaldsharp authored Nov 9, 2023
2 parents c93cfad + 222e5db commit 19bcca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mgmtd/mgmt_be_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
* #ifdef HAVE_COMPONENT
*/
enum mgmt_be_client_id {
MGMTD_BE_CLIENT_ID_MIN = 0,
MGMTD_BE_CLIENT_ID_INIT = -1,
#ifdef HAVE_STATICD
MGMTD_BE_CLIENT_ID_STATICD,
#endif
MGMTD_BE_CLIENT_ID_MAX
};
#define MGMTD_BE_CLIENT_ID_MIN 0


enum mgmt_be_req_type {
Expand Down

0 comments on commit 19bcca4

Please sign in to comment.