Changeset e948fde in mainline for uspace/app/nterm/conn.c


Ignore:
Timestamp:
2013-09-29T21:43:49Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a324d99
Parents:
f023251
Message:

dnsr_name2host should use ip_ver_t instead of AF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nterm/conn.c

    rf023251 re948fde  
    8484                /* Interpret as a host name */
    8585                dnsr_hostinfo_t *hinfo = NULL;
    86                 rc = dnsr_name2host(addr_s, &hinfo, 0);
     86                rc = dnsr_name2host(addr_s, &hinfo, ip_any);
    8787               
    8888                if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.