Changeset 0aa70f4 in mainline for uspace/app/nterm/conn.c
- Timestamp:
- 2013-07-19T13:23:00Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd18cd1
- Parents:
- 44c9ef4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/conn.c
r44c9ef4 r0aa70f4 84 84 /* Interpret as a host name */ 85 85 dnsr_hostinfo_t *hinfo = NULL; 86 rc = dnsr_name2host(addr_s, &hinfo );86 rc = dnsr_name2host(addr_s, &hinfo, 0); 87 87 88 88 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.