X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Freplication.c;h=217aa76a4d2209d0e6f9af7ac9c4bf87514706f8;hb=899a84b302da2c266c1de7fd962965120cf50d60;hp=5a8a0fe63b10309a0240573ddd52d0a4c38b36fc;hpb=8269d3dbe70adaae60806d5d84e35f25d23193c5;p=vpp.git diff --git a/src/vnet/replication.c b/src/vnet/replication.c index 5a8a0fe63b1..217aa76a4d2 100644 --- a/src/vnet/replication.c +++ b/src/vnet/replication.c @@ -220,8 +220,7 @@ replication_recycle_callback (vlib_main_t * vm, vlib_buffer_free_list_t * fl) #if (CLIB_DEBUG > 0) if (vm->buffer_main->callbacks_registered == 0) - vlib_buffer_set_known_state (vm, bi0, - VLIB_BUFFER_KNOWN_ALLOCATED); + vlib_buffer_set_known_state (bi0, VLIB_BUFFER_KNOWN_ALLOCATED); #endif /* If buffer is traced, mark frame as traced */