X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_NFLOG.c;h=8668a5c18dc3fd7595c0c752e9f01ff0d085be66;hb=0c183d92b20b5c84ca655b45ef57b3318b83eb9e;hp=018eed7e1ff1e6f6c60dbe43a504e24c3860cf4d;hpb=4305f42401b29e2e024bd064618faf25aef5cb69;p=cascardo%2Flinux.git diff --git a/net/netfilter/xt_NFLOG.c b/net/netfilter/xt_NFLOG.c index 018eed7e1ff1..8668a5c18dc3 100644 --- a/net/netfilter/xt_NFLOG.c +++ b/net/netfilter/xt_NFLOG.c @@ -32,6 +32,7 @@ nflog_tg(struct sk_buff *skb, const struct xt_action_param *par) li.u.ulog.copy_len = info->len; li.u.ulog.group = info->group; li.u.ulog.qthreshold = info->threshold; + li.u.ulog.flags = 0; if (info->flags & XT_NFLOG_F_COPY_LEN) li.u.ulog.flags |= NF_LOG_F_COPY_LEN;