aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_peer.c')
-rw-r--r--src/util/test_peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_peer.c b/src/util/test_peer.c
index 5a7203507..320746c76 100644
--- a/src/util/test_peer.c
+++ b/src/util/test_peer.c
@@ -104,8 +104,7 @@ check ()
104 * Attempt to convert pid = 0 (which is reserved) 104 * Attempt to convert pid = 0 (which is reserved)
105 * into a peer identity object, the peer identity memory 105 * into a peer identity object, the peer identity memory
106 * is expected to be set to zero 106 * is expected to be set to zero
107 */ 107 */GNUNET_log_skip (1, GNUNET_YES);
108 GNUNET_log_skip (1, GNUNET_YES);
109 GNUNET_PEER_resolve (0, &res); 108 GNUNET_PEER_resolve (0, &res);
110 GNUNET_assert (0 == 109 GNUNET_assert (0 ==
111 GNUNET_is_zero (&res)); 110 GNUNET_is_zero (&res));
@@ -137,4 +136,5 @@ main ()
137 return 0; 136 return 0;
138} 137}
139 138
139
140/* end of test_peer.c */ 140/* end of test_peer.c */