summaryrefslogtreecommitdiffstats
path: root/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hash.cxx')
-rw-r--r--hash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.cxx b/hash.cxx
index 1ebc76e5..36a71a42 100644
--- a/hash.cxx
+++ b/hash.cxx
@@ -170,7 +170,7 @@ create_hashdir (systemtap_session& s, const string& result, string& hashdir)
cerr << "Warning: failed to create cache directory (\""
<< hashdir + "\"): " << strerror(errno)
<< ", disabling cache support." << endl;
- s.use_cache = false;
+ s.use_cache = s.use_script_cache = false;
return false;
}
}