Changeset 1333dfc in mainline for uspace/lib/nic/src/nic_impl.c
- Timestamp:
- 2024-12-13T08:44:05Z (10 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_impl.c
rfc2d593 r1333dfc 850 850 if (rc != EOK) 851 851 return rc; 852 853 rc = ddf_fun_add_to_category(fun, "pcap");854 if (rc != EOK) {855 852 return rc; 856 } 853 854 // rc = ddf_fun_add_to_category(fun, "pcap"); 855 // if (rc != EOK) { 856 // return rc; 857 // } 857 858 return EOK; 858 859 }
Note:
See TracChangeset
for help on using the changeset viewer.