Index: trunk/Ohana/src/opihi/pcontrol/pcontrol.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 3203)
+++ trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 3212)
@@ -45,4 +45,5 @@
   rl_attempted_completion_function = command_completer;
   rl_event_hook = CheckSystem;
+  /* rl_set_keyboard_input_timeout (2000000);  */
 
   set_str_variable ("HISTORY", opihi_history);
@@ -57,4 +58,5 @@
 /* add program-dependent exit functions here */
 void cleanup () {
+  DownHosts ();
   return;
 }
