Skip to content

Commit fbe953b

Browse files
Remove useless comment
1 parent 1b98b43 commit fbe953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_features/provide_network_info/network_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ bool handle_network_info_struct(const s_tlv_data *data, s_network_info_ctx *cont
219219
break;
220220
default:
221221
PRINTF(TLV_TAG_ERROR_MSG, data->tag);
222-
ret = true; // TODO: shouldn't it be false ?
222+
ret = true;
223223
}
224224
if (ret && (data->tag != TAG_DER_SIGNATURE)) {
225225
hash_nbytes(data->raw, data->raw_size, (cx_hash_t *) &context->hash_ctx);

0 commit comments

Comments
 (0)