gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: can't find who suggested th


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: can't find who suggested this crasher fix.. delayed by pgp
Date: Tue, 28 Nov 2017 11:33:57 +0100

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

lynx pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a2ce0b6a7 can't find who suggested this crasher fix.. delayed by pgp
a2ce0b6a7 is described below

commit a2ce0b6a76788e5a5fe32086c6619ffc143e09eb
Author: psyc://loupsycedyglgamf.onion/~lynX 
<ircs://psyced.org/youbroketheinternet>
AuthorDate: Sun Nov 26 05:31:59 2017 +0000

    can't find who suggested this crasher fix.. delayed by pgp
---
 src/social/social_api.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/social/social_api.c b/src/social/social_api.c
index af1d6e57e..d57d16cfb 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -2693,6 +2693,8 @@ GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App 
*app,
                               GNUNET_ContinuationCallback disconnect_cb,
                               void *disconnect_cls)
 {
+  if (NULL == app) return;
+
   app->disconnect_cb = disconnect_cb;
   app->disconnect_cls = disconnect_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]