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


Ignore:
Timestamp:
2024-12-13T08:44:05Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
0210d42d
Parents:
fc2d593
git-author:
Nataliia Korop <n.corop08@…> (2024-04-11 09:36:03)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:44:05)
Message:

inetsrv dumps

File:
1 edited

Legend:

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

    rfc2d593 r1333dfc  
    850850        if (rc != EOK)
    851851                return rc;
    852 
    853         rc = ddf_fun_add_to_category(fun, "pcap");
    854         if (rc != EOK) {
    855852                return rc;
    856         }
     853
     854        // rc = ddf_fun_add_to_category(fun, "pcap");
     855        // if (rc != EOK) {
     856        //      return rc;
     857        // }
    857858        return EOK;
    858859}
Note: See TracChangeset for help on using the changeset viewer.