udp: fix coverity warning 55/26455/2
authorFlorin Coras <fcoras@cisco.com>
Thu, 9 Apr 2020 14:20:52 +0000 (14:20 +0000)
committerDave Barach <openvpp@barachs.net>
Thu, 9 Apr 2020 15:15:10 +0000 (15:15 +0000)
Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I8efde7a4be9b04eae7e30b153de5edab7854496b

src/vnet/udp/udp_input.c

index 0a4af60..95595c3 100644 (file)
@@ -98,7 +98,7 @@ udp_trace_buffer (vlib_main_t * vm, vlib_node_runtime_t * node,
   t = vlib_add_trace (vm, node, b, sizeof (*t));
   t->connection = s ? s->connection_index : ~0;
   t->disposition = error0;
-  t->thread_index = s->thread_index;
+  t->thread_index = s ? s->thread_index : vm->thread_index;
 }
 
 static udp_connection_t *