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:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user