Index: trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c	(revision 4705)
+++ trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c	(revision 4762)
@@ -8,5 +8,5 @@
 
   stack = GetJobStack (PCONTROL_JOB_PENDING);
-
+  
   /* look for first NEEDHOST matching this host */
   for (i = 0; i < stack[0].Nobject; i++) {
@@ -26,4 +26,5 @@
   for (i = 0; i < stack[0].Nobject; i++) {
     job = (Job *) stack[0].object[i];
+    /*** this currently never runs WANTHOST jobs on any other machines ***/
     if (job[0].mode != PCONTROL_JOB_WANTHOST) continue;
     if (job[0].hostname == NULL) {
@@ -50,8 +51,4 @@
 }
 
-/** note : host and job popped off stacks **/
-
-/** elsewhere, we will check for timeout on the job and 
-    migrate to ANYHOST from WANTHOST or move to 
-    a failure condition for NEEDHOST 
-**/
+/** note : host and job popped off IDLE and PENDING stacks, 
+    unless no job is available **/
