-fix build system issues
[oweals/gnunet.git] / src / conversation / gnunet-conversation.c
index b81743933ca765b544b6c4a703682acd1c5f5bc8..a042629cc86be1a29f176871376aa403eecbcd92 100644 (file)
@@ -411,6 +411,11 @@ call_event_handler (void *cls,
              _("Connection to `%s' resumed (by other user)\n"),
              peer_name);
     break;
+  case GNUNET_CONVERSATION_EC_CALL_ERROR:
+    FPRINTF (stdout,
+             _("Error with the call, restarting it\n"));
+    call_state = CS_RESOLVING;
+    break;
   }
 }