aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-15 16:25:11 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-15 16:25:11 +0200
commit72a66ee46f2b2bcb3d2cc4376c6c7dc6b57c86aa (patch)
tree281f68831ea8527eea4b6641767a9cd0b5b91817 /src/util/test_peer.c
parent91d9d4251d3b1d0fab1780da73b6969581d22ffe (diff)
parentf1f40feb2beb5c036da0e2b93c433b09b920e0b4 (diff)
downloadgnunet-72a66ee46f2b2bcb3d2cc4376c6c7dc6b57c86aa.tar.gz
gnunet-72a66ee46f2b2bcb3d2cc4376c6c7dc6b57c86aa.zip
Merge branch 'master' into spaeth/escrow_plugins
Diffstat (limited to 'src/util/test_peer.c')
-rw-r--r--src/util/test_peer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/test_peer.c b/src/util/test_peer.c
index 320746c76..bb0bc48dc 100644
--- a/src/util/test_peer.c
+++ b/src/util/test_peer.c
@@ -106,8 +106,7 @@ check ()
106 * is expected to be set to zero 106 * is expected to be set to zero
107 */GNUNET_log_skip (1, GNUNET_YES); 107 */GNUNET_log_skip (1, GNUNET_YES);
108 GNUNET_PEER_resolve (0, &res); 108 GNUNET_PEER_resolve (0, &res);
109 GNUNET_assert (0 == 109 GNUNET_assert (GNUNET_YES == GNUNET_is_zero (&res));
110 GNUNET_is_zero (&res));
111 110
112 /* Removing peer entries 1 and 3 from table using the list decrement function */ 111 /* Removing peer entries 1 and 3 from table using the list decrement function */
113 /* If count = 0, nothing should be done whatsoever */ 112 /* If count = 0, nothing should be done whatsoever */