Fixed transmission of call trace on LCR socket.
[lcr.git] / trace.c
diff --git a/trace.c b/trace.c
index 9d192da..a810d8c 100644 (file)
--- 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;