IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2014, 4:20:31 AM (12 years ago)
Author:
eugene
Message:

build issue on a static, missed a continue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/HostTable.c

    r37652 r37667  
    204204      for (k = 0; !found && (k < table->Nhosts); k++) {
    205205        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;
    207207        groups[i].hosts[groups[i].Nhosts] = &table->hosts[k];
    208208        groups[i].Nhosts ++;
Note: See TracChangeset for help on using the changeset viewer.