Skip to content

Commit

Permalink
Update AS400(AS400) constructor to also copy socketProperties.
Browse files Browse the repository at this point in the history
Signed-off-by: John Eberhard <102746950+jeber-ibm@users.noreply.github.com>
  • Loading branch information
jeber-ibm authored Oct 22, 2024
1 parent f383f7f commit 6e1d24f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/ibm/as400/access/AS400.java
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,7 @@ public AS400(AS400 system)
threadUsed_ = system.threadUsed_;
locale_ = system.locale_;
nlv_ = system.nlv_;
socketProperties_ = system.socketProperties_;

socketProperties_.copyValues(system.socketProperties_);
ccsid_ = system.ccsid_;

// connectionListeners_ is not copied.
Expand Down

0 comments on commit 6e1d24f

Please sign in to comment.