Minor fix

This commit is contained in:
MaxXor 2015-07-26 11:02:58 +02:00
parent 81389d64a4
commit 3cdc525bf7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{