Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: 1ULL in proto/payload

This commit is contained in:
bol-van
2026-02-06 11:31:47 +03:00
parent c5ecc0493d
commit 6299a46ab7
4 changed files with 8 additions and 8 deletions

View File

@@ -1053,7 +1053,7 @@ static int luacall_execution_plan(lua_State *L)
{
for (pl=0 ; pl<L7P_LAST ; pl++)
{
if (func->payload_type & (1<<pl))
if (func->payload_type & (1ULL<<pl))
{
if ((pls = l7payload_str(pl)))
{