projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd012c7
)
support http redirect
author
Christian Grothoff
<christian@grothoff.org>
Sat, 5 Dec 2009 11:52:01 +0000
(11:52 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 5 Dec 2009 11:52:01 +0000
(11:52 +0000)
src/hostlist/hostlist-client.c
patch
|
blob
|
history
diff --git
a/src/hostlist/hostlist-client.c
b/src/hostlist/hostlist-client.c
index 8ef5c9895d4a49863d464801032d0a900dd57b36..9a3a31dfef4ab2ca485b7b735db912e52706e78b 100644
(file)
--- a/
src/hostlist/hostlist-client.c
+++ b/
src/hostlist/hostlist-client.c
@@
-460,6
+460,8
@@
download_hostlist ()
clean_up ();
return;
}
+ CURL_EASY_SETOPT (curl, CURLOPT_FOLLOWLOCATION, 1);
+ /* no need to abort if the above failed */
CURL_EASY_SETOPT (curl,
CURLOPT_URL,
current_url);