summaryrefslogtreecommitdiffstats
path: root/src/audit.c
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-11-11 19:42:52 -0500
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-13 11:06:42 +0100
commit291cd946a26bfd3a6edf1a232e1a2bf7888ddf42 (patch)
tree5e1243a9ca2bf8328e6b5627ca7821df5599f402 /src/audit.c
parent78a2fe366cf23632dd561e34d849e7fceaefd017 (diff)
downloadlatrace-error_simulation.tar.gz
latrace-error_simulation.tar.xz
latrace-error_simulation.zip
Diffstat (limited to 'src/audit.c')
-rw-r--r--src/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audit.c b/src/audit.c
index 4488d24..337dd74 100644
--- a/src/audit.c
+++ b/src/audit.c
@@ -156,7 +156,7 @@ static int sym_exit(const char *symname, void *ptr,
#ifdef CONFIG_ARCH_HAVE_ERROR_SIM
if (lt_sh(&cfg, error_sim))
- lt_error_sym_exit(&cfg, sym, &tv, lr, inregs, outregs, &info);
+ lt_error_sym_exit(&cfg, symname, sym, &tv, lr, inregs, outregs, &info);
#endif
#ifdef CONFIG_ARCH_HAVE_ARGS