gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 03/05: reconnect_task pointer must be NULLed when


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/05: reconnect_task pointer must be NULLed when executed
Date: Sun, 07 Jan 2018 01:00:24 +0100

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

commit 9510456139e319cadef5c8f2b5279c9bc31c5f5c
Author: lurchi <address@hidden>
AuthorDate: Sun Jan 7 00:57:24 2018 +0100

    reconnect_task pointer must be NULLed when executed
---
 src/psycstore/psycstore_api.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/psycstore/psycstore_api.c b/src/psycstore/psycstore_api.c
index 16f4a1ae9..5a4865dce 100644
--- a/src/psycstore/psycstore_api.c
+++ b/src/psycstore/psycstore_api.c
@@ -362,6 +362,9 @@ do_connect (struct GNUNET_PSYCSTORE_Handle *h)
 static void
 reconnect (void *cls)
 {
+  struct GNUNET_PSYCSTORE_Handle *h = cls;
+
+  h->reconnect_task = NULL;
   do_connect (cls);
 }
 

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



reply via email to

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