Skip to content

Commit

Permalink
fix GH code alert
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Oct 30, 2023
1 parent f47fb2f commit 5ca2924
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/src/cipurse/cipursecore.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ static int CIPURSEExchangeEx(bool activate_field, bool leave_field_on, sAPDU_t a
memcpy(result, securedata, rlen);
}

if (result_len != NULL) {
*result_len = rlen;
}
*result_len = rlen;

if (sw != NULL) {
*sw = isw;
Expand Down

0 comments on commit 5ca2924

Please sign in to comment.