aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/service/rps/gnunet-service-rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/service/rps/gnunet-service-rps.c')
-rw-r--r--src/contrib/service/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contrib/service/rps/gnunet-service-rps.c b/src/contrib/service/rps/gnunet-service-rps.c
index 76e33c87b..8ca25257a 100644
--- a/src/contrib/service/rps/gnunet-service-rps.c
+++ b/src/contrib/service/rps/gnunet-service-rps.c
@@ -4745,7 +4745,7 @@ shutdown_task (void *cls)
4745 4745
4746 /* Disconnect from other services */ 4746 /* Disconnect from other services */
4747 GNUNET_PEERSTORE_hello_changed_notify_cancel (peerstore_notify); 4747 GNUNET_PEERSTORE_hello_changed_notify_cancel (peerstore_notify);
4748 GNUNET_PEERSTORE_disconnect (peerstore, GNUNET_YES); 4748 GNUNET_PEERSTORE_disconnect (peerstore);
4749 peerstore = NULL; 4749 peerstore = NULL;
4750 GNUNET_NSE_disconnect (nse); 4750 GNUNET_NSE_disconnect (nse);
4751 if (NULL != map_single_hop) 4751 if (NULL != map_single_hop)