aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-11 21:41:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-11 21:41:10 +0000
commitac5f48c0d9c409e3cb7400b9650dc5994cdc59ae (patch)
tree8d98914a0afd452d29e60bac03def87f18451627 /src/hostlist
parent227e2a5b6f22426fc092587b38f08f49dd5ffa0e (diff)
downloadgnunet-ac5f48c0d9c409e3cb7400b9650dc5994cdc59ae.tar.gz
gnunet-ac5f48c0d9c409e3cb7400b9650dc5994cdc59ae.zip
extra semi
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 8643dde43..4d006c2bd 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -486,7 +486,7 @@ download_get_url ()
486} 486}
487 487
488 488
489#define CURL_EASY_SETOPT(c, a, b) do { ret = curl_easy_setopt(c, a, b); if (ret != CURLE_OK) GNUNET_log(GNUNET_ERROR_TYPE_WARNING, _("%s failed at %s:%d: `%s'\n"), "curl_easy_setopt", __FILE__, __LINE__, curl_easy_strerror(ret)); } while (0); 489#define CURL_EASY_SETOPT(c, a, b) do { ret = curl_easy_setopt(c, a, b); if (ret != CURLE_OK) GNUNET_log(GNUNET_ERROR_TYPE_WARNING, _("%s failed at %s:%d: `%s'\n"), "curl_easy_setopt", __FILE__, __LINE__, curl_easy_strerror(ret)); } while (0)
490 490
491/** 491/**
492 * Method to save hostlist to a file during hostlist client shutdown 492 * Method to save hostlist to a file during hostlist client shutdown