Changes in uspace/app/nterm/conn.c [0aa70f4:02a09ed] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/conn.c
r0aa70f4 r02a09ed 84 84 /* Interpret as a host name */ 85 85 dnsr_hostinfo_t *hinfo = NULL; 86 rc = dnsr_name2host(addr_s, &hinfo , 0);86 rc = dnsr_name2host(addr_s, &hinfo); 87 87 88 88 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.