]> Git Repo - linux.git/blobdiff - kernel/audit.c
Merge branch 'next' into upstream for v3.19
[linux.git] / kernel / audit.c
index 8ee4508f966625ee9b7b261bfb2ad397c3015bb4..f3a981db91fff76745f9c4d14c48f6d170c4efae 100644 (file)
@@ -842,7 +842,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
                s.backlog_limit         = audit_backlog_limit;
                s.lost                  = atomic_read(&audit_lost);
                s.backlog               = skb_queue_len(&audit_skb_queue);
-               s.version               = AUDIT_VERSION_LATEST;
+               s.feature_bitmap        = AUDIT_FEATURE_BITMAP_ALL;
                s.backlog_wait_time     = audit_backlog_wait_time;
                audit_send_reply(skb, seq, AUDIT_GET, 0, 0, &s, sizeof(s));
                break;
This page took 0.034455 seconds and 4 git commands to generate.