gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33721 - gnunet/src/conversation
Date: Tue, 17 Jun 2014 22:26:21 +0200

Author: grothoff
Date: 2014-06-17 22:26:21 +0200 (Tue, 17 Jun 2014)
New Revision: 33721

Modified:
   gnunet/src/conversation/test_conversation_api_twocalls.c
Log:
-add missing break

Modified: gnunet/src/conversation/test_conversation_api_twocalls.c
===================================================================
--- gnunet/src/conversation/test_conversation_api_twocalls.c    2014-06-17 
20:25:35 UTC (rev 33720)
+++ gnunet/src/conversation/test_conversation_api_twocalls.c    2014-06-17 
20:26:21 UTC (rev 33721)
@@ -472,6 +472,7 @@
     break;
   case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL:
     LOG_DEBUG ("Call %s GNS lookup failed \n", cid);
+    break;
   case GNUNET_CONVERSATION_EC_CALL_HUNG_UP:
     LOG_DEBUG ("Call %s hungup\n", cid);
     if (0 == strcmp (cid, "call1"))




reply via email to

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