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:
d945245
)
-rps service: correct check of peer status
author
Julius Bünger
<buenger@mytum.de>
Fri, 1 Jul 2016 23:38:27 +0000
(23:38 +0000)
committer
Julius Bünger
<buenger@mytum.de>
Fri, 1 Jul 2016 23:38:27 +0000
(23:38 +0000)
src/rps/gnunet-service-rps.c
patch
|
blob
|
history
diff --git
a/src/rps/gnunet-service-rps.c
b/src/rps/gnunet-service-rps.c
index 1a3f737f66b4417ee595aee3ec1d62c01b15e7bf..5c638ac8da20e5acc096b5a42334275ce296ac14 100644
(file)
--- a/
src/rps/gnunet-service-rps.c
+++ b/
src/rps/gnunet-service-rps.c
@@
-1729,7
+1729,7
@@
do_mal_round (void *cls)
* That is one push per round as it will ignore more.
*/
(void) Peers_issue_peer_liveliness_check (&attacked_peer);
- if (GNUNET_YES == Peers_check_peer_
valid (&attacked_peer
))
+ if (GNUNET_YES == Peers_check_peer_
flag (&attacked_peer, Peers_ONLINE
))
send_push (&attacked_peer);
}