Index: /branches/eam_branches/ipp-20220316/Ohana/src/opihi/pantasks/pantasks_server.c.in
===================================================================
--- /branches/eam_branches/ipp-20220316/Ohana/src/opihi/pantasks/pantasks_server.c.in	(revision 42265)
+++ /branches/eam_branches/ipp-20220316/Ohana/src/opihi/pantasks/pantasks_server.c.in	(revision 42266)
@@ -138,4 +138,8 @@
   ConfigFree ();
 
+  // XXX this function is currently called by the thread running ListenClients, but
+  // it should be called by the main above.  have this function trigger the
+  // thread shutdown 
+
   QuitJobsAndTasksThread(); pthread_join (JobsAndTasksThread, NULL);
   QuitControllerThread();   pthread_join (controllerThread, NULL);
