Mercurial > 510Connectbot
diff src/org/tn5250j/framework/tn5250/tnvt.java @ 125:6eab98e58bed
add more 5250 config items
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 19 Jun 2014 08:37:44 -0700 |
parents | dcac61b6f2e6 |
children | 3e68cb17c0b6 |
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/tnvt.java Thu Jun 19 08:32:44 2014 -0700 +++ b/src/org/tn5250j/framework/tn5250/tnvt.java Thu Jun 19 08:37:44 2014 -0700 @@ -157,7 +157,7 @@ private boolean strpccmd; // = false; private String encryption; private String user; - private String password; + private String password = null; private String library; private String initialMenu; private String program; @@ -253,7 +253,6 @@ this.buffer = buffer; this.encryption = fixer(host.getEncryption5250(), "NONE"); this.user = host.getUsername(); - this.password = host.getPassword(); this.library = host.getLibrary(); this.initialMenu = host.getInitialMenu(); this.program = host.getProgram();