Browse Source

nfqws: fix snisld compat converter

pull/800/head
bol-van 5 months ago
parent
commit
4961e0d1a5
  1. 2
      nfq/nfqws.c

2
nfq/nfqws.c

@ -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…
Cancel
Save