Index: trunk/Ohana/src/opihi/pantasks/ControllerOps.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 4450)
+++ trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 4451)
@@ -64,5 +64,4 @@
   char *p;
   IOBuffer buffer;
-  
 
   sprintf (cmd, "check job %d", job[0].pid);
@@ -179,4 +178,7 @@
   job[0].pid = atoi (string);
   FreeIOBuffer (&buffer);
+
+  InitIOBuffer (&job[0].stdout, 0x100);
+  InitIOBuffer (&job[0].stderr, 0x100);
   return (TRUE);
 }
