miniupnpd: Fix "IGD2 Port Triggering" in update_portmapping()

This commit is contained in:
Thomas Bernard 2020-04-20 23:37:24 +02:00
parent 7662088603
commit 07abee862c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
$Id: Changelog.txt,v 1.460 2020/04/12 17:27:31 nanard Exp $
2020/04/20:
Fix "IGD2 Port Triggering" in update_portmapping()
2020/04/12:
pf: disabled setting dst address in rule by default

View File

@ -2,7 +2,7 @@
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* MiniUPnP project
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
* (c) 2006-2019 Thomas Bernard
* (c) 2006-2020 Thomas Bernard
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */
#include <stdio.h>