deleted a stray index increment throwing off DecodeResposeData processing

This commit is contained in:
John Safranek
2012-12-12 09:21:57 -08:00
parent ac1890922b
commit ed39a1652c

View File

@@ -4373,7 +4373,6 @@ static int DecodeResponseData(byte* source,
return ASN_PARSE_E;
if (!ValidateDate(resp->producedDate, resp->producedDateFormat, BEFORE))
return ASN_BEFORE_DATE_E;
idx += length;
if (DecodeSingleResponse(source, &idx, resp, size) < 0)
return ASN_PARSE_E;