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