Commit 4a8f3395 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed bad character.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7487 b35dd754-fafc-0310-a699-88a17e54d16e
parent 03214c97
......@@ -43,7 +43,7 @@ public class DynamicAddressChannel extends Channel implements Runnable, Datagram
return true;
} else {
c = 1000; // Prevents long overflow
// Check Source Address. If its different, discard packet.
// Check Source Address. If it's different, discard packet.
return this.getHost().equals(packet.getAddress());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment