aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-14 11:13:41 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-14 11:13:41 +0000
commitcb1069c643a772882d701553d3670ca4a4480b24 (patch)
tree4e59420cdf8cc95a87a3566aa3f68a57c1bd1efb /src/topology
parent2539b4aa84fa51da71cf51c9fd9ac1a7668f27b3 (diff)
downloadgnunet-cb1069c643a772882d701553d3670ca4a4480b24.tar.gz
gnunet-cb1069c643a772882d701553d3670ca4a4480b24.zip
fix
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 12171139e..36860215b 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -894,7 +894,8 @@ static unsigned int
894hello_advertising (void *cls, 894hello_advertising (void *cls,
895 const struct GNUNET_PeerIdentity * 895 const struct GNUNET_PeerIdentity *
896 receiver, 896 receiver,
897 void *position, unsigned int padding) 897 void *position,
898 xsize_t padding)
898{ 899{
899 struct PeerList *pl; 900 struct PeerList *pl;
900 struct HelloList *pos; 901 struct HelloList *pos;