jvpp: stop plugin intialization on first mismatch
[vpp.git] / src / vpp-api / java / jvpp-ioamexport / jvpp_ioam_export.c
index cf4499d..8d48613 100644 (file)
@@ -54,7 +54,7 @@ JNIEXPORT void JNICALL Java_io_fd_vpp_jvpp_ioamexport_JVppIoamexportImpl_init0
 
   // verify API has not changed since jar generation
   #define _(N)             \
-      get_message_id(env, #N);
+      if (get_message_id(env, #N) == 0) return;
       foreach_supported_api_message;
   #undef _