Changes in uspace/srv/net/inet/inet.c [06a1d077:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inet/inet.c
r06a1d077 r50b581d 364 364 365 365 if (rc != EOK) { 366 async_ wait_for(req, NULL);366 async_forget(req); 367 367 return rc; 368 368 }
Note:
See TracChangeset
for help on using the changeset viewer.