summaryrefslogtreecommitdiffstats
path: root/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace.c')
-rw-r--r--trace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace.c b/trace.c
index 9d192da..a810d8c 100644
--- a/trace.c
+++ b/trace.c
@@ -311,6 +311,7 @@ void _end_trace(const char *__file, int __line)
/* attach to response chain */
*responsep = response;
responsep = &response->next;
+ admin->fd.when |= LCR_FD_WRITE;
}
}
admin = admin->next;