Skip to content

Commit b67a8cc

Browse files
committed
Must not modify UUID of the configured bookmark as it causes hashCode of instance to change.
1 parent 5533340 commit b67a8cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hub/src/main/java/cloud/katta/protocols/hub/HubSession.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ protected HubApiClient connect(final ProxyFinder proxy, final HostKeyCallback ke
119119
log.error(detail);
120120
throw new InteroperabilityException(LocaleFactory.localizedString("Login failed", "Credentials"), detail);
121121
}
122-
123-
final String hubId = config.getUuid();
124-
log.debug("Configure bookmark with id {}", hubId);
125-
host.setUuid(hubId);
126122
final Profile profile = new Profile(bundled, new HubConfigDtoDeserializer(config));
127123
log.debug("Apply profile {} to bookmark {}", profile, host);
128124
host.setProtocol(profile);

0 commit comments

Comments
 (0)