aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-20 18:38:27 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-20 18:38:27 +0000
commit8d9db9ddae163bc412ccfe301ea3d95298bb787f (patch)
treeb1b3b2c6209da922aa775261f37d3193203ee309 /src/peerinfo
parent23cb57c51b4b2597265c17f9a9e2cf8daa4614d1 (diff)
downloadgnunet-8d9db9ddae163bc412ccfe301ea3d95298bb787f.tar.gz
gnunet-8d9db9ddae163bc412ccfe301ea3d95298bb787f.zip
-fixed test compile warning
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/test_peerinfo_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index 0bd5ef707..a00f13f74 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -146,7 +146,8 @@ process (void *cls, const struct GNUNET_PeerIdentity *peer,
146 146
147static void 147static void
148run (void *cls, 148run (void *cls,
149 const struct GNUNET_CONFIGURATION_Handle *cfg) 149 const struct GNUNET_CONFIGURATION_Handle *cfg,
150 struct GNUNET_TESTING_Peer *peer)
150{ 151{
151 h = GNUNET_PEERINFO_connect (cfg); 152 h = GNUNET_PEERINFO_connect (cfg);
152 GNUNET_assert (NULL != h); 153 GNUNET_assert (NULL != h);