Changeset fc2d593 in mainline for uspace/lib/nic/src/nic_impl.c


Ignore:
Timestamp:
2024-12-13T08:33:36Z (14 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
1333dfc
Parents:
c7bd3f9e
git-author:
Nataliia Korop <n.corop08@…> (2024-05-08 13:47:52)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:33:36)
Message:

ethip/drvs can dump, default ethip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_impl.c

    rc7bd3f9e rfc2d593  
    851851                return rc;
    852852
    853         // rc = ddf_fun_add_to_category(fun, "pcap");
    854         // if (rc != EOK) {
    855         //      return rc;
    856         // }
     853        rc = ddf_fun_add_to_category(fun, "pcap");
     854        if (rc != EOK) {
     855                return rc;
     856        }
    857857        return EOK;
    858858}
Note: See TracChangeset for help on using the changeset viewer.