summaryrefslogtreecommitdiffstats
path: root/src/conntrack/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conntrack/parse.c')
-rw-r--r--src/conntrack/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conntrack/parse.c b/src/conntrack/parse.c
index 9a42ed7..885532c 100644
--- a/src/conntrack/parse.c
+++ b/src/conntrack/parse.c
@@ -237,9 +237,9 @@ static void __parse_protoinfo_sctp(const struct nfattr *attr,
}
if (tb[CTA_PROTOINFO_SCTP_VTAG_REPLY-1]) {
- ct->protoinfo.sctp.vtag[__DIR_ORIG] =
+ ct->protoinfo.sctp.vtag[__DIR_REPL] =
ntohl(*(u_int32_t *)NFA_DATA(tb[CTA_PROTOINFO_SCTP_VTAG_REPLY-1]));
- set_bit(ATTR_SCTP_VTAG_ORIG, ct->set);
+ set_bit(ATTR_SCTP_VTAG_REPL, ct->set);
}
}