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:
70a6628
)
initialize response_code, always
author
Christian Grothoff
<christian@grothoff.org>
Thu, 4 Jan 2018 21:35:36 +0000
(22:35 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 4 Jan 2018 21:35:36 +0000
(22:35 +0100)
src/curl/curl.c
patch
|
blob
|
history
diff --git
a/src/curl/curl.c
b/src/curl/curl.c
index 6087cbddba566b70e8e2dd4e88881bd2843f7e66..0a9fc5ffb722cf37475298f1f928fb0915bb7d83 100644
(file)
--- a/
src/curl/curl.c
+++ b/
src/curl/curl.c
@@
-1,6
+1,6
@@
/*
This file is part of GNUnet
- Copyright (C) 2014, 2015, 2016 GNUnet e.V.
+ Copyright (C) 2014, 2015, 2016
, 2018
GNUnet e.V.
GNUnet is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@
-466,6
+466,7
@@
GNUNET_CURL_perform (struct GNUNET_CURL_Context *ctx)
CURLINFO_PRIVATE,
(char **) &job));
GNUNET_assert (job->ctx == ctx);
+ response_code = 0;
j = download_get_result (&job->db,
job->easy_handle,
&response_code);