[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: rps service fix: send the u
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: rps service fix: send the updated view to client |
Date: |
Fri, 06 Apr 2018 10:45:20 +0200 |
This is an automated email from the git hooks/post-receive script.
julius-buenger pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 08ded5f88 rps service fix: send the updated view to client
08ded5f88 is described below
commit 08ded5f88e6369ac78db4bb26bcf215f8282f27c
Author: Julius Bünger <address@hidden>
AuthorDate: Fri Apr 6 10:44:05 2018 +0200
rps service fix: send the updated view to client
---
src/rps/gnunet-service-rps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 5b7f78b3f..3416fc10c 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -2285,7 +2285,6 @@ hist_update (void *cls,
{
unsigned int i;
- clients_notify_view_update();
for (i = 0; i < num_peers; i++)
{
(void) insert_in_view (&ids[i]);
@@ -2293,6 +2292,7 @@ hist_update (void *cls,
"+%s\t(hist)",
GNUNET_i2s_full (ids));
}
+ clients_notify_view_update();
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: rps service fix: send the updated view to client,
gnunet <=