Commit dd8c27ba authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for ePCO

parent ffbf2137
......@@ -115,7 +115,7 @@ int decode_extended_protocol_configuration_options(
decoded++;
decode_result = decode_protocol_configuration_options(
extendedprotocolconfigurationoptions, buffer + decoded, len - decoded);
extendedprotocolconfigurationoptions, buffer + decoded, ielen - decoded);
if (decode_result < 0) {
return decode_result;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment