Skip to content

Commit

Permalink
netlink-conntrack: undef the correct macro
Browse files Browse the repository at this point in the history
Fixes: 6830a0c ("netlink-conntrack: New module.")
Cc: Daniele Di Proietto <[email protected]>
Signed-off-by: Aaron Conole <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
apconole authored and blp committed Jul 25, 2018
1 parent ab15e70 commit af7523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netlink-conntrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ ip_ct_tcp_flags_to_dpif(uint8_t flags)
#define CT_DPIF_TCP_FLAG(FLAG) \
ret |= (flags & IP_CT_TCP_FLAG_##FLAG) ? CT_DPIF_TCPF_##FLAG : 0;
CT_DPIF_TCP_FLAGS
#undef CT_DPIF_STATUS_FLAG
#undef CT_DPIF_TCP_FLAG
return ret;
#endif
}
Expand Down

0 comments on commit af7523e

Please sign in to comment.