Changeset 33584
- Timestamp:
- Mar 21, 2012, 3:28:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/HostTable.c
r33564 r33584 355 355 int HostTableTestHost (SkyRegion *region, int hostID) { 356 356 357 if (!hostID) return FALSE; 357 // if hostID is not set, then we are not in a remote client 358 if (!hostID) return TRUE; 358 359 359 360 if (region->hostFlags & DATA_USE_BCK) {
Note:
See TracChangeset
for help on using the changeset viewer.
