Index: /trunk/Ohana/src/opihi/pantasks/ControllerOps.c
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 10653)
+++ /trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 10654)
@@ -365,5 +365,5 @@
   if (status == -1) {
     if (VerboseMode()) gprint (GP_ERR, "controller is not responding\n");
-    gwrite (buffer.buffer, 1, buffer.Nbuffer, GP_ERR);
+    gwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, GP_ERR);
     return (FALSE);
   }
