aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 11:26:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 11:26:18 +0000
commitbc83770144cc547a917fc27f0f572859ae203fce (patch)
treedd569a25e9832cdc91838af49f4ad76b4f9b83d1 /src/util/connection.c
parent22d94c49ad387d3b7e373a955495ae39362b801a (diff)
downloadgnunet-bc83770144cc547a917fc27f0f572859ae203fce.tar.gz
gnunet-bc83770144cc547a917fc27f0f572859ae203fce.zip
LRN patch from Mantis #1615
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index efab4edd8..04d0c864d 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -719,7 +719,7 @@ connect_probe_continuation (void *cls,
719 struct GNUNET_CONNECTION_Handle *h = ap->h; 719 struct GNUNET_CONNECTION_Handle *h = ap->h;
720 struct AddressProbe *pos; 720 struct AddressProbe *pos;
721 int error; 721 int error;
722 unsigned int len; 722 socklen_t len;
723 723
724 GNUNET_assert (ap->sock != NULL); 724 GNUNET_assert (ap->sock != NULL);
725 GNUNET_CONTAINER_DLL_remove (h->ap_head, h->ap_tail, ap); 725 GNUNET_CONTAINER_DLL_remove (h->ap_head, h->ap_tail, ap);