diff options
-rw-r--r-- | net/netfilter/nfnetlink_log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c index 27b844a67ec1..1b940512d87b 100644 --- a/net/netfilter/nfnetlink_log.c +++ b/net/netfilter/nfnetlink_log.c | |||
@@ -560,6 +560,7 @@ __build_packet_message(struct nfulnl_instance *inst, | |||
560 | } | 560 | } |
561 | 561 | ||
562 | nlh->nlmsg_len = inst->skb->tail - old_tail; | 562 | nlh->nlmsg_len = inst->skb->tail - old_tail; |
563 | inst->lastnlh = nlh; | ||
563 | return 0; | 564 | return 0; |
564 | 565 | ||
565 | nlmsg_failure: | 566 | nlmsg_failure: |