mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
nfqws: fix snisld compat converter
This commit is contained in:
parent
6a20fa27b3
commit
4961e0d1a5
@ -757,7 +757,7 @@ static bool parse_tlspos(const char *s, struct proto_pos *sp)
|
|||||||
else if (!strcmp(s, "snisld"))
|
else if (!strcmp(s, "snisld"))
|
||||||
{
|
{
|
||||||
sp->marker = PM_HOST_MIDSLD;
|
sp->marker = PM_HOST_MIDSLD;
|
||||||
sp->pos=1;
|
sp->pos=0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user