Skip to content

Commit

Permalink
db2: fix OCF_SUCESS name in db2_notify (#1933)
Browse files Browse the repository at this point in the history
fix OCF_SUCESS to OCF_SUCCESS  in db2_notify
  • Loading branch information
pepadelic authored Apr 15, 2024
1 parent c98e841 commit 76150e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/db2
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ db2_notify() {

# only interested in pre-start
[ $OCF_RESKEY_CRM_meta_notify_type = pre \
-a $OCF_RESKEY_CRM_meta_notify_operation = start ] || return $OCF_SUCESS
-a $OCF_RESKEY_CRM_meta_notify_operation = start ] || return $OCF_SUCCESS

# gets FIRST_ACTIVE_LOG
db2_get_cfg $dblist || return $?
Expand Down

0 comments on commit 76150e2

Please sign in to comment.