aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_twocalls.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-06 08:43:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-06 08:43:16 +0000
commitaece72e29b041e2dfbc5b49d2fd0d49f8ab2124e (patch)
treecce216b507c99bf6723e15da5158e68a57a55f41 /src/conversation/test_conversation_api_twocalls.c
parent310f312557954662ffc32f74bbacdb63d76ede3d (diff)
downloadgnunet-aece72e29b041e2dfbc5b49d2fd0d49f8ab2124e.tar.gz
gnunet-aece72e29b041e2dfbc5b49d2fd0d49f8ab2124e.zip
addressing #3431
Diffstat (limited to 'src/conversation/test_conversation_api_twocalls.c')
-rw-r--r--src/conversation/test_conversation_api_twocalls.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index 3f461231d..130edbc27 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -406,12 +406,10 @@ static void
406phone_event_handler (void *cls, 406phone_event_handler (void *cls,
407 enum GNUNET_CONVERSATION_PhoneEventCode code, 407 enum GNUNET_CONVERSATION_PhoneEventCode code,
408 struct GNUNET_CONVERSATION_Caller *caller, 408 struct GNUNET_CONVERSATION_Caller *caller,
409 const char *caller_id) 409 const struct GNUNET_CRYPTO_EcdsaPublicKey *caller_id)
410{ 410{
411 const char *cid; 411 const char *cid;
412 412
413 GNUNET_break (0 == strcmp (caller_id,
414 gns_caller_id));
415 switch (code) 413 switch (code)
416 { 414 {
417 case GNUNET_CONVERSATION_EC_PHONE_RING: 415 case GNUNET_CONVERSATION_EC_PHONE_RING: