aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-proxy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index d66f5c658..a9013390e 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
@@ -788,7 +788,7 @@ cleanup_s5r (struct Socks5Request *s5r)
788 s5r->rtask = NULL; 788 s5r->rtask = NULL;
789 } 789 }
790 if (NULL != s5r->timeout_task) 790 if (NULL != s5r->timeout_task)
791 { 791 {
792 GNUNET_SCHEDULER_cancel (s5r->timeout_task); 792 GNUNET_SCHEDULER_cancel (s5r->timeout_task);
793 s5r->timeout_task = NULL; 793 s5r->timeout_task = NULL;
794 } 794 }
@@ -918,7 +918,7 @@ mhd_content_cb (void *cls,
918 "Continuing CURL interaction for %s%s\n", 918 "Continuing CURL interaction for %s%s\n",
919 s5r->domain, 919 s5r->domain,
920 s5r->url); 920 s5r->url);
921 s5r->curl_paused = GNUNET_NO; 921 s5r->curl_paused = GNUNET_NO;
922 curl_easy_pause (s5r->curl, 922 curl_easy_pause (s5r->curl,
923 CURLPAUSE_CONT); 923 CURLPAUSE_CONT);
924 } 924 }
@@ -1461,7 +1461,7 @@ curl_upload_cb (void *buf,
1461 s5r->curl_paused = GNUNET_NO; 1461 s5r->curl_paused = GNUNET_NO;
1462 curl_easy_pause (s5r->curl, 1462 curl_easy_pause (s5r->curl,
1463 CURLPAUSE_CONT); 1463 CURLPAUSE_CONT);
1464 } 1464 }
1465 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1465 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1466 "Completed CURL UPLOAD %s%s\n", 1466 "Completed CURL UPLOAD %s%s\n",
1467 s5r->domain, 1467 s5r->domain,