aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_lib.c')
-rw-r--r--src/ats/test_ats_lib.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ats/test_ats_lib.c b/src/ats/test_ats_lib.c
index 21eca18e9..33597e678 100644
--- a/src/ats/test_ats_lib.c
+++ b/src/ats/test_ats_lib.c
@@ -540,9 +540,8 @@ reservation_cb (void *cls,
540 cmd->details.reserve_bandwidth.rc = NULL; 540 cmd->details.reserve_bandwidth.rc = NULL;
541 make_peer (cmd->details.reserve_bandwidth.pid, 541 make_peer (cmd->details.reserve_bandwidth.pid,
542 &pid); 542 &pid);
543 GNUNET_assert (0 == memcmp (peer, 543 GNUNET_assert (0 == GNUNET_memcmp (peer,
544 &pid, 544 &pid));
545 sizeof (struct GNUNET_PeerIdentity)));
546 switch (cmd->details.reserve_bandwidth.expected_result) 545 switch (cmd->details.reserve_bandwidth.expected_result)
547 { 546 {
548 case GNUNET_OK: 547 case GNUNET_OK: