gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31082 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r31082 - gnunet/src/conversation
Date: Thu, 5 Dec 2013 16:56:45 +0100

Author: grothoff
Date: 2013-12-05 16:56:45 +0100 (Thu, 05 Dec 2013)
New Revision: 31082

Modified:
   gnunet/src/conversation/test_conversation_api.c
Log:
-fix #3157

Modified: gnunet/src/conversation/test_conversation_api.c
===================================================================
--- gnunet/src/conversation/test_conversation_api.c     2013-12-05 15:55:15 UTC 
(rev 31081)
+++ gnunet/src/conversation/test_conversation_api.c     2013-12-05 15:56:45 UTC 
(rev 31082)
@@ -150,7 +150,8 @@
              (const char *) data);
   }
   if ( (20 < call_i) &&
-       (20 < phone_i) )
+       (20 < phone_i) &&
+       (NULL != call) )
   {
     /* time to hang up ... */
     GNUNET_CONVERSATION_call_stop (call);




reply via email to

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