Skip to content

Commit

Permalink
FIX: encryption not set in node dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gab1one committed Mar 23, 2017
1 parent d0f4a89 commit cb6e31c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ private UserCredentials getUserCredentials() {

final UserCredentials uc = new UserCredentials(user, pw, server, speed);
uc.setPort(port);
uc.setEncrypted(((SettingsModelBoolean) m_encryptedConnectionDC
.getModel()).getBooleanValue());

return uc;
}
Expand Down

0 comments on commit cb6e31c

Please sign in to comment.