tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled 77/10377/1
authorSteven <sluong@cisco.com>
Thu, 1 Feb 2018 17:17:17 +0000 (09:17 -0800)
committerSteven <sluong@cisco.com>
Thu, 1 Feb 2018 17:17:17 +0000 (09:17 -0800)
commit5c42f50d2da0c1f32440d149abe246ad6498d273
tree431bdf60539f9e3f015f6213440c00ba9300a3be
parent67a9e54cd4dddceb2f1e833d2840af506aa090be
tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled

Fixed a typo in tcp_push_header(). The typo only kicks in when the macro
VLIB_BUFFER_TRACE_TRAJECTORY is enabled.

Change-Id: I62832a4932ec5b14e3063d5eac113780851aae59
Signed-off-by: Steven <sluong@cisco.com>
src/vnet/tcp/tcp_output.c