-fix crash observed on FreeBSD
[oweals/gnunet.git] / src / conversation / test_conversation_api.c
index cad1a8d133014fd905fb60df1d24f23cad230642..9714d5a81bce2b3cc471da42f3b888640a9f3f5e 100644 (file)
@@ -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;
   }