aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index ba5093779..350a0baee 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1112,7 +1112,7 @@ task_hostlist_saving (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1112static void 1112static void
1113handler_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 1113handler_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
1114 const struct GNUNET_ATS_Information *atsi, 1114 const struct GNUNET_ATS_Information *atsi,
1115 unsigned int atsi_count) 1115 unsigned int atsi_count)
1116{ 1116{
1117 GNUNET_assert (stat_connection_count < UINT_MAX); 1117 GNUNET_assert (stat_connection_count < UINT_MAX);
1118 stat_connection_count++; 1118 stat_connection_count++;
@@ -1152,7 +1152,7 @@ static int
1152handler_advertisement (void *cls, const struct GNUNET_PeerIdentity *peer, 1152handler_advertisement (void *cls, const struct GNUNET_PeerIdentity *peer,
1153 const struct GNUNET_MessageHeader *message, 1153 const struct GNUNET_MessageHeader *message,
1154 const struct GNUNET_ATS_Information *atsi, 1154 const struct GNUNET_ATS_Information *atsi,
1155 unsigned int atsi_count) 1155 unsigned int atsi_count)
1156{ 1156{
1157 size_t size; 1157 size_t size;
1158 size_t uri_size; 1158 size_t uri_size;