Index: trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c	(revision 10657)
+++ trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c	(revision 10659)
@@ -26,6 +26,6 @@
 
     case PCLIENT_HUNG:
-      // XXX should this be DONE or DOWN?/
-      PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM);
+      // don't do anything drastic, just try again later
+      PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
       if (DEBUG || VerboseMode()) gprint (GP_ERR, "host %s is not responding\n", host[0].hostname);
       FreeIOBuffer (&buffer);
