aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 344140ce8..90aab93fd 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -1190,7 +1190,7 @@ handle_client_seed (void *cls,
1190 1190
1191 ////GNUNET_free (peers); 1191 ////GNUNET_free (peers);
1192 1192
1193 GNUNET_SERVICE_client_drop (cli_ctx->client); 1193 GNUNET_SERVICE_client_continue (cli_ctx->client);
1194} 1194}
1195 1195
1196/** 1196/**