Oops, use this one.

git-svn-id: file:///home/svn/framework3/trunk@11637 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Weeks 2011-01-25 02:25:02 +00:00
parent 3794ed35cc
commit 8a32407375
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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);