Skip to content

Commit

Permalink
API: libcrmcommon: Map pcmk_rc_cib_corrupt to CRM_EX_CONFIG.
Browse files Browse the repository at this point in the history
  • Loading branch information
clumens committed Feb 10, 2025
1 parent 88e9ec1 commit 6a55131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/common/results.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2024 the Pacemaker project contributors
* Copyright 2004-2025 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
Expand Down Expand Up @@ -822,6 +822,7 @@ pcmk_rc2exitc(int rc)
case pcmk_rc_old_data:
return CRM_EX_OLD;

case pcmk_rc_cib_corrupt:
case pcmk_rc_schema_validation:
case pcmk_rc_transform_failed:
case pcmk_rc_unpack_error:
Expand Down

0 comments on commit 6a55131

Please sign in to comment.