aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/theb/ssh')
-rw-r--r--src/org/theb/ssh/HostsList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/theb/ssh/HostsList.java b/src/org/theb/ssh/HostsList.java
index 5760f46..eb0bc53 100644
--- a/src/org/theb/ssh/HostsList.java
+++ b/src/org/theb/ssh/HostsList.java
@@ -344,7 +344,7 @@ public class HostsList extends ListActivity {
//Connection conn;
//bound.openConnection(conn, nickname, emulation, scrollback);
if (password != null) {
- bound.openConnection(nickname, hostname, port, username, password, "screen", 100);
+ //bound.openConnection(nickname, hostname, port, username, password, "screen", 100);
// open the console view and select this specific terminal
Intent intent = new Intent(HostsList.this, Console.class);