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 <[email protected]>
  • Loading branch information
jeber-ibm committed Oct 22, 2024
1 parent acd07f4 commit eb17c1c
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 eb17c1c

Please sign in to comment.