Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatWolf committed Jul 2, 2018
1 parent 7702c6a commit aa37019
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public Tuple<String, Integer> call() throws Exception {
LogWriter.writeDebugInfo("Port " + port + " is already forwarded to "+portMapping.getInternalClient());
newPort = getFreeNATPort(localAddress, port);
if(newPort < 0) {
newPort *= -1;
LogWriter.writeDebugInfo("Remap of " + port + " to "+newPort+" is already in place");
directMapping = true;
}else {
Expand Down

0 comments on commit aa37019

Please sign in to comment.