Changes in uspace/srv/net/inetsrv/inetsrv.c [7af0cc5:695b6ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inetsrv.c
r7af0cc5 r695b6ff 124 124 } 125 125 126 rc = inet_link_discovery_start(); 127 if (rc != EOK) 128 return EEXIST; 129 126 130 return EOK; 127 131 }
Note:
See TracChangeset
for help on using the changeset viewer.