Changeset 50b581d in mainline for uspace/srv/net/inet
- Timestamp:
- 2012-04-21T09:23:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d3a8e47
- Parents:
- 0d520a2
- Location:
- uspace/srv/net/inet
- Files:
-
- 2 edited
-
inet.c (modified) (1 diff)
-
inetping.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inet/inet.c
r0d520a2 r50b581d 364 364 365 365 if (rc != EOK) { 366 async_ wait_for(req, NULL);366 async_forget(req); 367 367 return rc; 368 368 } -
uspace/srv/net/inet/inetping.c
r0d520a2 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.
