commit | 5951cab136d8b7e84696061dc2e69c402bc94f61 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Thu Dec 20 00:00:45 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 20 00:00:45 2007 -0800 |
tree | c00828fa48d9d02f992da23619feaafef41498bb | |
parent | f398035f2dec0a6150833b0bc105057953594edb [diff] |
[XFRM]: Audit function arguments misordered In several places the arguments to the xfrm_audit_start() function are in the wrong order resulting in incorrect user information being reported. This patch corrects this by pacing the arguments in the correct order. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>