From 12dc24bcaa3145533438ada6f9d93a0b5f331d9f Mon Sep 17 00:00:00 2001 From: kenistoj Date: Wed, 14 Nov 2007 17:32:38 +0000 Subject: PR 5324 * main.cxx: Restored initialization of need_uprobes flag, mistakenly backed out in PR 5270 fix. --- ChangeLog | 6 ++++++ main.cxx | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e54ea38f..eca6f2fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-14 Jim Keniston + + PR 5324 + * main.cxx: Restored initialization of need_uprobes flag, + mistakenly backed out in PR 5270 fix. + 2007-11-14 Zhaolei * 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) -- cgit