diff options
Diffstat (limited to 'src/vnet/l2tp/l2tp.c')
-rw-r--r-- | src/vnet/l2tp/l2tp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2tp/l2tp.c b/src/vnet/l2tp/l2tp.c index 3dedc447152..a59c7893503 100644 --- a/src/vnet/l2tp/l2tp.c +++ b/src/vnet/l2tp/l2tp.c @@ -157,7 +157,7 @@ test_counters_command_fn (vlib_main_t * vm, u32 session_index; u32 counter_index; u32 nincr = 0; - u32 thread_index = vlib_get_thread_index (); + u32 thread_index = vm->thread_index; /* *INDENT-OFF* */ pool_foreach (session, lm->sessions, |