aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_reject.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-22 13:21:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-22 13:21:55 +0000
commitdaed7f922eac6b057bc972df35c70b922026ac2d (patch)
treed613909e75c7a9ea887f60289b9d163f97e51ea2 /src/conversation/test_conversation_api_reject.c
parent10a4f48adc48ecc8eb8c654502feb8d19eb7fe00 (diff)
downloadgnunet-daed7f922eac6b057bc972df35c70b922026ac2d.tar.gz
gnunet-daed7f922eac6b057bc972df35c70b922026ac2d.zip
-handle new error code from enum
Diffstat (limited to 'src/conversation/test_conversation_api_reject.c')
-rw-r--r--src/conversation/test_conversation_api_reject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api_reject.c b/src/conversation/test_conversation_api_reject.c
index 78882c3bb..06e364ec5 100644
--- a/src/conversation/test_conversation_api_reject.c
+++ b/src/conversation/test_conversation_api_reject.c
@@ -217,6 +217,7 @@ call_event_handler (void *cls,
217 case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL: 217 case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL:
218 case GNUNET_CONVERSATION_EC_CALL_SUSPENDED: 218 case GNUNET_CONVERSATION_EC_CALL_SUSPENDED:
219 case GNUNET_CONVERSATION_EC_CALL_RESUMED: 219 case GNUNET_CONVERSATION_EC_CALL_RESUMED:
220 case GNUNET_CONVERSATION_EC_CALL_ERROR:
220 fprintf (stderr, "Unexpected call code: %d\n", code); 221 fprintf (stderr, "Unexpected call code: %d\n", code);
221 break; 222 break;
222 } 223 }