Skip to content

Commit 4028472

Browse files
JMConnectThePrez
authored andcommitted
pass custom factory in copy constructor
Signed-off-by: John Marshall <jmarshall@connectria.com>
1 parent c0372cd commit 4028472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ibm/as400/access/SSLOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class SSLOptions implements Serializable
3535
keyRingData_ = sslOptions.keyRingData_;
3636
proxyEncryptionMode_ = sslOptions.proxyEncryptionMode_;
3737
useSslight_ = sslOptions.useSslight_;
38+
sslSocketFactory_ = sslOptions.sslSocketFactory_;
3839
}
3940

4041

0 commit comments

Comments
 (0)