1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

COVA10157: expression is unused

This commit is contained in:
Andy Green 2019-07-13 12:08:25 -07:00
parent fc5defdd2a
commit 0f941152f5

View file

@ -1709,7 +1709,7 @@ _openssl_alpn_to_mbedtls(struct alpn_ctx *ac, char ***palpn_protos)
if (!len) {
*q++ = '\0';
count++;
len = *p++;
/* len = *p++; */
alpn_protos[count] = (char *)q;
}
alpn_protos[count] = NULL; /* last pointer ends list with NULL */