summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--main.cxx1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e54ea38f..eca6f2fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-14 Jim Keniston <jkenisto@us.ibm.com>
+
+ PR 5324
+ * main.cxx: Restored initialization of need_uprobes flag,
+ mistakenly backed out in PR 5270 fix.
+
2007-11-14 Zhaolei <zhaolei@cn.fujitsu.com>
* stapfuncs.5.in (tokenize): Change NULL to blank to avoid
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)