Changeset 959d2ec in mainline for uspace/app/ping/ping.c


Ignore:
Timestamp:
2013-05-08T10:29:45Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d242cb6
Parents:
9f029aa
Message:

Return canonical name to caller.

File:
1 edited

Legend:

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

    r9f029aa r959d2ec  
    234234
    235235        if (hinfo != NULL) {
    236                 rc = asprintf(&sdest, "%s (%s)", hinfo->name, adest);
     236                rc = asprintf(&sdest, "%s (%s)", hinfo->cname, adest);
    237237                if (rc < 0) {
    238238                        printf(NAME ": Out of memory.\n");
Note: See TracChangeset for help on using the changeset viewer.