floodconnect: fix typo in printf
This commit is contained in:
parent
56a171b2d6
commit
bb86d0f733
|
|
@ -86,7 +86,7 @@ void parse_cmdline(int argc, char *argv[])
|
|||
|
||||
s = getaddrinfo(argv[optind], argv[optind+1], &req, &ai);
|
||||
if (s != 0) {
|
||||
fprintf(stderr, "Aaddress parsing or hostname lookup failure for %s: %s\n", argv[optind], gai_strerror(s));
|
||||
fprintf(stderr, "Address parsing or hostname lookup failure for %s: %s\n", argv[optind], gai_strerror(s));
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue