Skip to content

Commit

Permalink
pass custom factory in copy constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
JMConnect committed Jan 30, 2025
1 parent e44803c commit 9bc5dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/ibm/as400/access/SSLOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class SSLOptions implements Serializable
keyRingData_ = sslOptions.keyRingData_;
proxyEncryptionMode_ = sslOptions.proxyEncryptionMode_;
useSslight_ = sslOptions.useSslight_;
sslSocketFactory_ = sslOptions.sslSocketFactory_;
}


Expand Down

0 comments on commit 9bc5dc2

Please sign in to comment.