summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorkenistoj <kenistoj>2007-11-14 17:32:38 +0000
committerkenistoj <kenistoj>2007-11-14 17:32:38 +0000
commit12dc24bcaa3145533438ada6f9d93a0b5f331d9f (patch)
tree1e1a71e8216e741cf79fd7ec9a4596dc6cb67e81 /main.cxx
parent0beb52cb7adb64071ad656611a2dc37421f31137 (diff)
downloadsystemtap-steved-12dc24bcaa3145533438ada6f9d93a0b5f331d9f.tar.gz
systemtap-steved-12dc24bcaa3145533438ada6f9d93a0b5f331d9f.tar.xz
systemtap-steved-12dc24bcaa3145533438ada6f9d93a0b5f331d9f.zip
PR 5324
* main.cxx: Restored initialization of need_uprobes flag, mistakenly backed out in PR 5270 fix.
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 7d4b8133..1880436f 100644
--- a/main.cxx
+++ b/main.cxx
@@ -225,6 +225,7 @@ main (int argc, char * const argv [])
s.symtab = false;
s.use_cache = true;
s.tapset_compile_coverage = false;
+ s.need_uprobes = false;
const char* s_p = getenv ("SYSTEMTAP_TAPSET");
if (s_p != NULL)