aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt3
-rw-r--r--pseudo.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 8974d75..3dc98ab 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,7 @@
2011-01-14:
* (seebs) Automatically create prefix/state directories.
-
+ * (mhatle) Avoid caching OP_EXEC calls
+
2011-01-13:
* (seebs) Subtle cache fixup.
diff --git a/pseudo.c b/pseudo.c
index efee436..62f28f3 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -1021,7 +1021,8 @@ pseudo_op(pseudo_msg_t *msg, const char *program, const char *tag) {
if (msg->op != OP_MAY_UNLINK &&
msg->op != OP_DID_UNLINK &&
msg->op != OP_CANCEL_UNLINK &&
- msg->op != OP_UNLINK) {
+ msg->op != OP_UNLINK &&
+ msg->op != OP_EXEC ) {
cache_msg = *msg;
if (path_by_ino) {