Changeset c55cbbf in mainline for uspace/lib/c/generic/dnsr.c


Ignore:
Timestamp:
2013-04-24T06:52:50Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
287d729
Parents:
31e9fe0
Message:

Hostname resolution in ping command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/dnsr.c

    r31e9fe0 rc55cbbf  
    9292void dnsr_hostinfo_destroy(dnsr_hostinfo_t *info)
    9393{
     94        if (info == NULL)
     95                return;
     96
    9497        free(info->name);
    9598        free(info);
Note: See TracChangeset for help on using the changeset viewer.