misc: fix 4 coverity warnings in srv6-mobile
[vpp.git] / src / plugins / srv6-mobile / gtp6_d.c
index 3f366e8..c62320b 100644 (file)
@@ -162,7 +162,7 @@ srv6_end_m_gtp6_d_init (vlib_main_t * vm)
   ip6_header_t *ip6;
   dpo_type_t dpo_type;
   vlib_node_t *node;
-  u32 rc;
+  int rc;
 
   sm->vlib_main = vm;
   sm->vnet_main = vnet_get_main ();