summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-08-09 13:38:06 -0700
committerJoe Stringer <joe@ovn.org>2017-08-09 16:56:34 -0700
commit09a21284b6bc1b304302bcf4ac48eac24e097df5 (patch)
tree5c44fc3cc83896211dca2f877bd65e29eac70ddc /ofproto/ofproto-dpif-ipfix.c
parentdf3a6d503e0f892c8c5ddcb7c9454bfab6079444 (diff)
downloadopenvswitch-09a21284b6bc1b304302bcf4ac48eac24e097df5.tar.gz
ofproto-dpif-ipfix: Fix minor style variation.
Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-ipfix.c')
-rw-r--r--ofproto/ofproto-dpif-ipfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index fcba02e45..472c27281 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -1294,7 +1294,7 @@ ipfix_def_exporter_options_template_fields(size_t opt_tmpl_hdr_offset,
DEF(NOT_SENT_PACKET_TOTAL_COUNT);
/* Update 'field_count' in options template header. */
- opt_tmpl_hdr= (struct ipfix_options_template_record_header *)
+ opt_tmpl_hdr = (struct ipfix_options_template_record_header *)
((uint8_t *)dp_packet_data(msg) + opt_tmpl_hdr_offset);
opt_tmpl_hdr->field_count = htons(count);