batman-adv: Send multicast packets to nodes with a WANT_ALL flag
[cascardo/linux.git] / kernel / capability.c
index 4e66bf9..34019c5 100644 (file)
@@ -277,7 +277,7 @@ SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data)
        if (ret < 0)
                goto error;
 
-       audit_log_capset(pid, new, current_cred());
+       audit_log_capset(new, current_cred());
 
        return commit_creds(new);