- Timestamp:
- Nov 24, 2014, 4:20:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/HostTable.c
r37652 r37667 204 204 for (k = 0; !found && (k < table->Nhosts); k++) { 205 205 if (foundHost[k]) continue; 206 if (strcmp(unique_hosts[j], table->hosts[k].hostname)) ;206 if (strcmp(unique_hosts[j], table->hosts[k].hostname)) continue; 207 207 groups[i].hosts[groups[i].Nhosts] = &table->hosts[k]; 208 208 groups[i].Nhosts ++;
Note:
See TracChangeset
for help on using the changeset viewer.
