From daed7f922eac6b057bc972df35c70b922026ac2d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 22 Dec 2013 13:21:55 +0000 Subject: -handle new error code from enum --- src/conversation/test_conversation_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conversation/test_conversation_api.c') diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c index cad1a8d13..9714d5a81 100644 --- a/src/conversation/test_conversation_api.c +++ b/src/conversation/test_conversation_api.c @@ -385,6 +385,7 @@ call_event_handler (void *cls, break; case GNUNET_CONVERSATION_EC_CALL_SUSPENDED: case GNUNET_CONVERSATION_EC_CALL_RESUMED: + case GNUNET_CONVERSATION_EC_CALL_ERROR: fprintf (stderr, "Unexpected call code: %d\n", code); break; } -- cgit v1.2.3