projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5331557
)
wget: fix comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 24 Feb 2014 16:20:40 +0000
(17:20 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 24 Feb 2014 16:20:40 +0000
(17:20 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c
patch
|
blob
|
history
diff --git
a/networking/wget.c
b/networking/wget.c
index 3d9a1b3331b99c65cc784f230d9d3a617e8d5cac..62a5fcc02af0aeefa7933c798ffef47eaf825c9e 100644
(file)
--- a/
networking/wget.c
+++ b/
networking/wget.c
@@
-815,7
+815,7
@@
static void download_one_url(const char *url)
/* Open socket to http(s) server */
if (target.protocol == P_HTTPS) {
/* openssl-based helper
- * Inconvenient API since we can't give it an open fd
,
+ * Inconvenient API since we can't give it an open fd
*/
int fd = spawn_https_helper(server.host, server.port);
sfp = fdopen(fd, "r+");