misc: fix tracedump graph api initialization overflow
[vpp.git] / src / plugins / tracedump / graph_api.c
index 19b336c..0626f7d 100644 (file)
@@ -254,8 +254,6 @@ graph_api_hookup (vlib_main_t * vm)
 
   am->is_mp_safe[gmp->msg_id_base + VL_API_GRAPH_NODE_GET] = 1;
 
-  am->is_autoendian[gmp->msg_id_base + VL_API_GRAPH_NODE_DETAILS] = 1;
-
   return 0;
 }