Changeset bdae198 in mainline for uspace/app/nettest2/nettest2.c


Ignore:
Timestamp:
2013-08-04T12:01:10Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea509069
Parents:
b08879c2 (diff), d856110 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nettest2/nettest2.c

    rb08879c2 rbdae198  
    271271                /* Interpret as a host name */
    272272                dnsr_hostinfo_t *hinfo = NULL;
    273                 rc = dnsr_name2host(addr_s, &hinfo);
     273                rc = dnsr_name2host(addr_s, &hinfo, family);
    274274               
    275275                if (rc != EOK) {
     
    375375       
    376376        rc = sockets_sendto_recvfrom(verbose, socket_ids, sockets, address,
    377             &addrlen, data, size, messages);
     377            &addrlen, data, size, messages, type);
    378378        if (rc != EOK)
    379379                return rc;
     
    399399       
    400400        rc = sockets_sendto(verbose, socket_ids, sockets, address, addrlen,
    401             data, size, messages);
     401            data, size, messages, type);
    402402        if (rc != EOK)
    403403                return rc;
Note: See TracChangeset for help on using the changeset viewer.