miniupnpd: fix typo

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
This commit is contained in:
Chen Minqiang 2020-04-20 12:17:49 +08:00
parent 93c89c209c
commit 7662088603
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ delete_redirect_and_filter_rules(unsigned short eport, int proto)
{
const struct ipt_udp * info;
info = (const struct ipt_udp *)match->data;
iport = info->dpts[0];
iport = info->spts[0];
}
index = i;