Changes in uspace/srv/net/inet/inetping.c [50b581d:69a93df7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inet/inetping.c
r50b581d r69a93df7 88 88 89 89 if (rc != EOK) { 90 async_ forget(req);90 async_wait_for(req, NULL); 91 91 return rc; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.