Changeset 0aa70f4 in mainline for uspace/app/dnsres
- Timestamp:
- 2013-07-19T13:23:00Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd18cd1
- Parents:
- 44c9ef4
- File:
-
- 1 edited
-
uspace/app/dnsres/dnsres.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dnsres/dnsres.c
r44c9ef4 r0aa70f4 60 60 hname = argv[1]; 61 61 62 rc = dnsr_name2host(hname, &hinfo );62 rc = dnsr_name2host(hname, &hinfo, 0); 63 63 if (rc != EOK) { 64 64 printf(NAME ": Error resolving '%s'.\n", argv[1]);
Note:
See TracChangeset
for help on using the changeset viewer.
