Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/osdp_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ static bool cp_check_online_response(struct osdp_pd *pd)
case CMD_LSTAT: return pd->reply_id == REPLY_LSTATR;
case CMD_ISTAT: return pd->reply_id == REPLY_ISTATR;
case CMD_OSTAT: return pd->reply_id == REPLY_OSTATR;
case CMD_OUT: return pd->reply_id == REPLY_OSTATR;
case CMD_RSTAT: return pd->reply_id == REPLY_RSTATR;
default:
LOG_ERR("Unexpected respose: CMD: %s(%02x) REPLY: %s(%02x)",
Expand Down