Index: trunk/Ohana/src/opihi/pcontrol/KillJob.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/KillJob.c	(revision 4450)
+++ trunk/Ohana/src/opihi/pcontrol/KillJob.c	(revision 4763)
@@ -18,7 +18,8 @@
   switch (status) {
     case PCLIENT_DOWN:
+      HarvestHost (host[0].pid);
       UnlinkJobAndHost (job);
+      PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
       PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
-      PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
       FreeIOBuffer (&buffer);
       return (FALSE);
