diff options
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c index d90368c40..3e61ea656 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -236,7 +236,7 @@ int wget_main(int argc, char **argv) | |||
236 | lsa = xhost2sockaddr(server.host, server.port); | 236 | lsa = xhost2sockaddr(server.host, server.port); |
237 | if (!(opt & WGET_OPT_QUIET)) { | 237 | if (!(opt & WGET_OPT_QUIET)) { |
238 | fprintf(stderr, "Connecting to %s (%s)\n", server.host, | 238 | fprintf(stderr, "Connecting to %s (%s)\n", server.host, |
239 | xmalloc_sockaddr2dotted(&lsa->sa, lsa->len)); | 239 | xmalloc_sockaddr2dotted(&lsa->sa)); |
240 | /* We leak result of xmalloc_sockaddr2dotted */ | 240 | /* We leak result of xmalloc_sockaddr2dotted */ |
241 | } | 241 | } |
242 | 242 | ||