aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_shipped_hellos.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-10 09:02:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-10 09:02:17 +0000
commit60c01495b1f945b9755d72261f1c6f5ea8ea1fda (patch)
tree52a55b4f47abda37fa5f37f6a057aabdb3720271 /src/peerinfo/test_peerinfo_shipped_hellos.c
parent54ed2dc773c3f009f6861af2317f26b031e9d2a3 (diff)
downloadgnunet-60c01495b1f945b9755d72261f1c6f5ea8ea1fda.tar.gz
gnunet-60c01495b1f945b9755d72261f1c6f5ea8ea1fda.zip
multiple major fixes:
- shipped hellos were never parsed - when hello files was parsed from certain file, hello from this was ignored major changes in this commit which can break functionality atm
Diffstat (limited to 'src/peerinfo/test_peerinfo_shipped_hellos.c')
-rw-r--r--src/peerinfo/test_peerinfo_shipped_hellos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_shipped_hellos.c b/src/peerinfo/test_peerinfo_shipped_hellos.c
index e8cbd519d..0c3ae2b3c 100644
--- a/src/peerinfo/test_peerinfo_shipped_hellos.c
+++ b/src/peerinfo/test_peerinfo_shipped_hellos.c
@@ -83,7 +83,7 @@ process (void *cls, const struct GNUNET_PeerIdentity *peer,
83 } 83 }
84 else 84 else
85 { 85 {
86 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Failed: %u callbacks\n", calls); 86 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got %u callbacks\n", calls);
87 global_ret = 0; 87 global_ret = 0;
88 } 88 }
89 } 89 }