gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: RPS: NULL out cadet port af


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RPS: NULL out cadet port after closing
Date: Tue, 26 Feb 2019 16:14:12 +0100

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 8b663f043 RPS: NULL out cadet port after closing
8b663f043 is described below

commit 8b663f043b4defcb3616cdff0fec938cd67d1584
Author: Julius Bünger <address@hidden>
AuthorDate: Tue Feb 26 16:13:21 2019 +0100

    RPS: NULL out cadet port after closing
---
 src/rps/gnunet-service-rps.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 7e032997e..1f9f7ba79 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -2993,6 +2993,7 @@ destroy_sub (struct Sub *sub)
 
   /* Disconnect from cadet */
   GNUNET_CADET_close_port (sub->cadet_port);
+  sub->cadet_port= NULL;
 
   /* Clean up data structures for peers */
   RPS_sampler_destroy (sub->sampler);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]