wget: fix error message.
Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :)
This commit is contained in:
@@ -82,7 +82,7 @@ static int print_host(const char *hostname, const char *header)
|
||||
while (cur) {
|
||||
sockaddr_to_dotted(cur->ai_addr, str, sizeof(str));
|
||||
printf("%s %s\nAddress: %s", header, hostname, str);
|
||||
s[0] = ' ';
|
||||
str[0] = ' ';
|
||||
if (getnameinfo(cur->ai_addr, cur->ai_addrlen, str+1, sizeof(str)-1, NULL, 0, NI_NAMEREQD))
|
||||
str[0] = '\0';
|
||||
puts(str);
|
||||
|
Reference in New Issue
Block a user