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:
489f6cd
)
-fix rps service: _continue() instead of _drop()
author
Julius Bünger
<buenger@mytum.de>
Fri, 30 Sep 2016 13:48:27 +0000
(13:48 +0000)
committer
Julius Bünger
<buenger@mytum.de>
Fri, 30 Sep 2016 13:48:27 +0000
(13:48 +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 344140ce8cce47687aa8807db08d3b9eb9a664c0..90aab93fdd848f80e46355bb07ec1772163b6e86 100644
(file)
--- a/
src/rps/gnunet-service-rps.c
+++ b/
src/rps/gnunet-service-rps.c
@@
-1190,7
+1190,7
@@
handle_client_seed (void *cls,
////GNUNET_free (peers);
- GNUNET_SERVICE_client_
drop
(cli_ctx->client);
+ GNUNET_SERVICE_client_
continue
(cli_ctx->client);
}
/**