summaryrefslogtreecommitdiffstats
path: root/src/config-bison.y
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-08-15 18:57:08 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2012-01-11 19:55:00 +0100
commit1d5b19bf2536ef95203da132e791cf4333a4faf7 (patch)
treeadc83192613e13c6cf5bd43e452dcd7bfc6c8740 /src/config-bison.y
parent98081e0b14253bc0635624f400719c3d325e5734 (diff)
downloadlatrace-1d5b19bf2536ef95203da132e791cf4333a4faf7.tar.gz
latrace-1d5b19bf2536ef95203da132e791cf4333a4faf7.tar.xz
latrace-1d5b19bf2536ef95203da132e791cf4333a4faf7.zip
error simulation: allow to omit trace/tty/stat storage
Diffstat (limited to 'src/config-bison.y')
-rw-r--r--src/config-bison.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config-bison.y b/src/config-bison.y
index 14ee5a3..0e6b3ef 100644
--- a/src/config-bison.y
+++ b/src/config-bison.y
@@ -313,6 +313,7 @@ error_def error_return
error_def ERR_DIR NAME
{
error_app.dir = strdup($3);
+ error_app.no_storage = 0;
}
|
error_def ERR_PROG NAME