Skip to content

Commit 5875e16

Browse files
author
michael-conway
committed
#222 fixed
1 parent c5810cf commit 5875e16

File tree

1 file changed

+3
-0
lines changed
  • jargon-core/src/main/java/org/irods/jargon/core/connection

1 file changed

+3
-0
lines changed

jargon-core/src/main/java/org/irods/jargon/core/connection/PAMAuth.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ private AbstractIRODSMidLevelProtocol establishSecureConnectionForPamAuth(
170170
IRODSMidLevelProtocol secureIRODSCommands = new IRODSMidLevelProtocol(
171171
secureConnection, irodsCommands.getIrodsProtocolManager());
172172

173+
secureIRODSCommands.setIrodsConnectionNonEncryptedRef(irodsCommands
174+
.getIrodsConnection());
175+
173176
log.info("carrying over startup pack with server info");
174177
secureIRODSCommands.setStartupResponseData(irodsCommands
175178
.getStartupResponseData());

0 commit comments

Comments
 (0)