Oops, use this one.
git-svn-id: file:///home/svn/framework3/trunk@11637 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
3794ed35cc
commit
8a32407375
Binary file not shown.
|
@ -102,7 +102,7 @@ public class RpcConnection {
|
|||
throw new MsfException("Error connecting. "+message);
|
||||
Map root = MsfguiApp.getPropertiesNode();
|
||||
root.put("username", username);
|
||||
root.put("password", password);
|
||||
root.put("password", this.password);
|
||||
root.put("host", host);
|
||||
root.put("port", port);
|
||||
root.put("ssl", ssl);
|
||||
|
|
Loading…
Reference in New Issue