Changes in uspace/srv/net/il/ip/ip.c [5fe7692:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.c
r5fe7692 rffa2c8ef 505 505 if (rc != EOK) { 506 506 fibril_rwlock_write_unlock(&ip_globals.netifs_lock); 507 ip_routes_destroy(&ip_netif->routes , free);507 ip_routes_destroy(&ip_netif->routes); 508 508 free(ip_netif); 509 509 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.