From 3cdc525bf79fdc9f4ab634f39060581606335b32 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sun, 26 Jul 2015 11:02:58 +0200 Subject: [PATCH] Minor fix --- Server/Core/Networking/Utilities/UPnP.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Core/Networking/Utilities/UPnP.cs b/Server/Core/Networking/Utilities/UPnP.cs index d5ce1465..e6b194f7 100644 --- a/Server/Core/Networking/Utilities/UPnP.cs +++ b/Server/Core/Networking/Utilities/UPnP.cs @@ -102,7 +102,7 @@ public static void DeletePortMap(int port) try { for (int i = 0; i < 3; i++) - _device.DeletePortMap(mapping); + _device.DeletePortMap(mapping); } catch (MappingException) {