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

sspc: allow 32-bit states

This commit is contained in:
Andy Green 2020-09-21 12:47:45 +01:00
parent 7b2ef3b19e
commit 82fe436fff

View file

@ -1176,7 +1176,7 @@ payload_ff:
break;
}
if (par->ctr < 0 || par->ctr > 16)
if (par->ctr < 0)
goto hangup;
#if defined(_DEBUG)