nfqws: fix snisld compat converter

This commit is contained in:
bol-van 2024-11-13 15:46:40 +03:00
parent 6a20fa27b3
commit 4961e0d1a5

View File

@ -757,7 +757,7 @@ static bool parse_tlspos(const char *s, struct proto_pos *sp)
else if (!strcmp(s, "snisld"))
{
sp->marker = PM_HOST_MIDSLD;
sp->pos=1;
sp->pos=0;
}
else
return false;