Changeset 3b47db6 in mainline for uspace/app/dnsres/dnsres.c
- Timestamp:
- 2018-01-04T20:50:53Z (7 years ago)
- Children:
- 58e4d85
- Parents:
- c81d4f1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dnsres/dnsres.c
rc81d4f1 r3b47db6 81 81 if (rc != EOK) { 82 82 printf("%s: Error resolving '%s'.\n", NAME, hname); 83 return EXIT_RC(rc);83 return rc; 84 84 } 85 85 … … 89 89 dnsr_hostinfo_destroy(hinfo); 90 90 printf("%s: Error formatting address.\n", NAME); 91 return EXIT_RC(rc);91 return rc; 92 92 } 93 93
Note:
See TracChangeset
for help on using the changeset viewer.