Index: /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/HostTable.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/HostTable.c	(revision 33583)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/HostTable.c	(revision 33584)
@@ -355,5 +355,6 @@
 int HostTableTestHost (SkyRegion *region, int hostID) {
 
-  if (!hostID) return FALSE;
+  // if hostID is not set, then we are not in a remote client 
+  if (!hostID) return TRUE;
 
   if (region->hostFlags & DATA_USE_BCK) {
