aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_twopeer.c')
-rw-r--r--src/dht/test_dht_twopeer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c
index a4664946f..8579013e3 100644
--- a/src/dht/test_dht_twopeer.c
+++ b/src/dht/test_dht_twopeer.c
@@ -169,7 +169,7 @@ do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
169 */ 169 */
170static void 170static void
171get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp, 171get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
172 const GNUNET_HashCode * key, 172 const struct GNUNET_HashCode * key,
173 const struct GNUNET_PeerIdentity *get_path, 173 const struct GNUNET_PeerIdentity *get_path,
174 unsigned int get_path_length, 174 unsigned int get_path_length,
175 const struct GNUNET_PeerIdentity *put_path, 175 const struct GNUNET_PeerIdentity *put_path,
@@ -179,7 +179,7 @@ get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
179 struct PeerGetContext *get_context = cls; 179 struct PeerGetContext *get_context = cls;
180 180
181 if (0 != 181 if (0 !=
182 memcmp (&get_context->peer->hashPubKey, key, sizeof (GNUNET_HashCode))) 182 memcmp (&get_context->peer->hashPubKey, key, sizeof (struct GNUNET_HashCode)))
183 { 183 {
184 FPRINTF (stderr, "%s", "??\n"); 184 FPRINTF (stderr, "%s", "??\n");
185 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 185 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,