Changeset fff7ef4 in mainline for uspace/app/nterm/conn.c
- Timestamp:
- 2013-04-26T07:34:42Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48171fc4
- Parents:
- 287d729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/conn.c
r287d729 rfff7ef4 85 85 if (rc != EOK) { 86 86 /* Try interpreting as a host name */ 87 rc = dnsr_init();88 if (rc != EOK) {89 printf("Failed connecting DNS resolution "90 "service (%d).\n", rc);91 goto error;92 }93 94 87 rc = dnsr_name2host(addr_s, &hinfo); 95 88 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.