Changeset 0210d42d in mainline for uspace/lib/nic/src/nic_impl.c
- Timestamp:
- 2024-12-13T08:44:05Z (14 months ago)
- Children:
- 59fe16d
- Parents:
- 1333dfc
- git-author:
- Nataliia Korop <n.corop08@…> (2024-05-08 13:47:52)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:44:05)
- File:
-
- 1 edited
-
uspace/lib/nic/src/nic_impl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_impl.c
r1333dfc r0210d42d 852 852 return rc; 853 853 854 //rc = ddf_fun_add_to_category(fun, "pcap");855 //if (rc != EOK) {856 //return rc;857 //}854 rc = ddf_fun_add_to_category(fun, "pcap"); 855 if (rc != EOK) { 856 return rc; 857 } 858 858 return EOK; 859 859 }
Note:
See TracChangeset
for help on using the changeset viewer.
