projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bdf97
)
add check
author
xrs
<xrs@mail36.net>
Tue, 26 Jun 2018 10:31:00 +0000
(12:31 +0200)
committer
xrs
<xrs@mail36.net>
Tue, 26 Jun 2018 10:31:00 +0000
(12:31 +0200)
src/rps/test_rps.c
patch
|
blob
|
history
diff --git
a/src/rps/test_rps.c
b/src/rps/test_rps.c
index 3ef1e6611732b682e6118b676a691b0c43ef53c2..e7b82458a016eb848c3047c6b7f4ce29b0e1ef7a 100644
(file)
--- a/
src/rps/test_rps.c
+++ b/
src/rps/test_rps.c
@@
-953,6
+953,8
@@
rps_connect_complete_cb (void *cls,
struct RPSPeer *rps_peer = cls;
struct GNUNET_RPS_Handle *rps = ca_result;
+ GNUNET_assert (NULL != ca_result);
+
if (GNUNET_YES == in_shutdown || GNUNET_YES == post_test)
{
return;
@@
-2905,6
+2907,7
@@
main (int argc, char *argv[])
}
ret_value = cur_test_run.eval_cb();
+
if (NO_COLLECT_VIEW == cur_test_run.have_collect_view)
{
GNUNET_array_grow (rps_peers->cur_view,