mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
broadcast receive fix 2
This commit is contained in:
@@ -128,7 +128,7 @@ public class RemoteHostManager {
|
||||
}
|
||||
|
||||
public void notifyAddr(UUID host, String addr, Integer port) {
|
||||
if (persistentRemoteHostsService.existsHost(host)) {
|
||||
if (!persistentRemoteHostsService.existsHost(host)) {
|
||||
Log.info("Ignoring new address from unknown host " + ": addr=" + addr + " port=" + port);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user