fix GH code alert

This commit is contained in:
iceman1001 2023-10-30 16:08:42 +01:00
parent f47fb2f74d
commit 5ca29246e9

View file

@ -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;