Skip to content

Commit

Permalink
small fix return value in __sm_handle_input
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlu33 committed Oct 6, 2021
1 parent 47d7e24 commit 68cdf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/sm_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ uint16_t SM_ENTRY(SM_NAME) __sm_handle_input(uint16_t conn_idx,
}

// here only if decryption fails
return 4;
return 3;
}

0 comments on commit 68cdf39

Please sign in to comment.