tls-utils(ECH): fix Dead Store found by Clang Analyzer

This commit is contained in:
Alexis La Goutte 2023-11-01 18:33:16 +01:00
parent cd8893db10
commit 00be42a1f2
1 changed files with 1 additions and 1 deletions

View File

@ -9088,7 +9088,7 @@ dissect_ech_echconfig(ssl_common_dissect_t *hf, tvbuff_t *tvb, packet_info *pinf
switch(version) {
case 0xfe0d:
offset = dissect_ech_echconfig_contents(hf, tvb, pinfo, ech_tree, offset, offset_end, &public_name, &config_id);
dissect_ech_echconfig_contents(hf, tvb, pinfo, ech_tree, offset, offset_end, &public_name, &config_id);
proto_item_append_text(ech_ti, ": id=%d %s", config_id, public_name);
break;