Skip to content
Snippets Groups Projects
Commit 2b4a704c authored by Guy Zana's avatar Guy Zana
Browse files

route: add a FIXME to osv_get_if_mac_addr()

parent c39aab22
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,7 @@ const char* osv_get_if_mac_addr(const char* if_name)
struct ifnet* ifp;
struct ifaddr *ifa, *next;
/* FIXME: where's the unref? */
ifp = ifunit_ref(if_name);
TAILQ_FOREACH_SAFE(ifa, &ifp->if_addrhead, ifa_link, next) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment