Changeset d8b47eca in mainline for uspace/srv/net/dnsrsrv/dnsrsrv.c
- Timestamp:
- 2013-07-03T17:16:44Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66366470, 882bc4b
- Parents:
- 1d24ad3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsrsrv/dnsrsrv.c
r1d24ad3 rd8b47eca 197 197 198 198 int rc = async_data_write_finalize(callid, &dns_server_addr, size); 199 if (rc != EOK) 200 async_answer_0(callid, rc); 199 if (rc != EOK) { 200 async_answer_0(callid, rc); 201 async_answer_0(iid, rc); 202 } 201 203 202 204 async_answer_0(iid, (sysarg_t) rc);
Note:
See TracChangeset
for help on using the changeset viewer.