mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
fixie
This commit is contained in:
@@ -63,6 +63,7 @@ public class PersistentRemoteHostsService {
|
||||
}
|
||||
|
||||
public void addHost(HostInfo hostInfo) {
|
||||
if (hostInfo.getUuid().equals(_selfUuid)) return;
|
||||
_persistentData.runWriteLocked(d -> {
|
||||
d.getRemoteHosts().put(hostInfo.getUuid(), hostInfo);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user