summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-03-27 12:07:49 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-03-27 12:07:49 -0400
commit28f569c22b5a4ec666be5ccdf26fd194d3643c29 (patch)
treeb3e9d9937e7070a5f874fcb2e46d33d24b217b1c /main.cxx
parent432f054fc20511d487d18234b6408b5df89a8c4d (diff)
downloadsystemtap-steved-28f569c22b5a4ec666be5ccdf26fd194d3643c29.tar.gz
systemtap-steved-28f569c22b5a4ec666be5ccdf26fd194d3643c29.tar.xz
systemtap-steved-28f569c22b5a4ec666be5ccdf26fd194d3643c29.zip
initialize skip_badvars=0. rererenag developers in session.h to do so in the future
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cxx b/main.cxx
index cdcae41a..055c56b8 100644
--- a/main.cxx
+++ b/main.cxx
@@ -379,6 +379,7 @@ main (int argc, char * const argv [])
s.ignore_vmlinux = false;
s.ignore_dwarf = false;
s.load_only = false;
+ s.skip_badvars = false;
const char* s_p = getenv ("SYSTEMTAP_TAPSET");
if (s_p != NULL)