commit | def57543418a5f47debae28a0a9dea2effc11692 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Mar 10 18:00:14 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Apr 05 13:49:04 2009 -0400 |
tree | 9f27756c75502f6331c5c4260f36779a7b9555bc | |
parent | 679173b724631f49e537a15fa48ea2000bdc1808 [diff] |
Audit: remove spaces from audit_log_d_path audit_log_d_path had spaces in the strings which would be emitted on the error paths. This patch simply replaces those spaces with an _ or removes the needless spaces entirely. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>