Skip to content

Commit

Permalink
Update src/app/CommandHandler.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns authored Jul 22, 2022
1 parent eb7a6e4 commit fbde0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CommandHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class CommandHandler : public Messaging::ExchangeDelegate
//
// We're not expecting responses to any messages we send out on this EC.
//
VerifyOrDie(true);
VerifyOrDie(false);
}

enum class State
Expand Down

0 comments on commit fbde0de

Please sign in to comment.