From: Andreas Eversberg Date: Tue, 28 Dec 2010 20:10:52 +0000 (+0100) Subject: Fixed transmission of call trace on LCR socket. X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=ebf395421f6c490803afdcdbc2332d965b942f53 Fixed transmission of call trace on LCR socket. --- 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;