Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/src/client.c

    r1c635d6 r07e28f8  
    243243                if (ret != EOK)
    244244                        return ret;
     245                if (count == 0)
     246                        return ENOENT;
    245247                target = tgt[0];
    246248        }
Note: See TracChangeset for help on using the changeset viewer.