gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix uninit listener field


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix uninit listener field
Date: Mon, 02 Oct 2017 09:38:00 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a995680a1 fix uninit listener field
a995680a1 is described below

commit a995680a1408fc756a6ced539f4d3b46ed21b770
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Oct 2 09:39:05 2017 +0200

    fix uninit listener field
---
 src/set/gnunet-service-set.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 056f70f32..617a33661 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -1321,6 +1321,7 @@ handle_client_listen (void *cls,
   }
   listener = GNUNET_new (struct Listener);
   listener->cs = cs;
+  cs->listener = listener;
   listener->app_id = msg->app_id;
   listener->operation = (enum GNUNET_SET_OperationType) ntohl (msg->operation);
   GNUNET_CONTAINER_DLL_insert (listener_head,

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



reply via email to

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