aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-22 14:53:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-22 14:53:22 +0000
commit26b518ea7d7958e289680908326bb1e698c8b64e (patch)
tree541743123d532449e774e3c15c2be2cae19ba4c5
parent54dd5929eee0166d44b7bc34a96bc11d287217fe (diff)
downloadgnunet-26b518ea7d7958e289680908326bb1e698c8b64e.tar.gz
gnunet-26b518ea7d7958e289680908326bb1e698c8b64e.zip
fix
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 09a5fdfef..5ca5468c7 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1144,9 +1144,7 @@ read_friends_file (const struct GNUNET_CONFIGURATION_Handle *cfg)
1144 */ 1144 */
1145static int 1145static int
1146handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other, 1146handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other,
1147 const struct GNUNET_MessageHeader *message, 1147 const struct GNUNET_MessageHeader *message)
1148 const struct GNUNET_ATS_Information *atsi,
1149 unsigned int atsi_count)
1150{ 1148{
1151 struct Peer *peer; 1149 struct Peer *peer;
1152 struct GNUNET_PeerIdentity pid; 1150 struct GNUNET_PeerIdentity pid;