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