diff options
-rw-r--r-- | frontend_svr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend_svr.c b/frontend_svr.c index adffba85..2f1799d1 100644 --- a/frontend_svr.c +++ b/frontend_svr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_svr.c,v 1.70 2009-03-20 07:20:53 phintuka Exp $ + * $Id: frontend_svr.c,v 1.71 2009-03-24 19:07:31 phintuka Exp $ * */ @@ -1005,6 +1005,9 @@ void cXinelibServer::Handle_Control_PIPE(int cli, const char *arg) CREATE_NEW_WRITER; + if (m_Header) + m_Writer[cli]->Put(0, m_Header, m_HeaderLength); + fd_data[cli] = fd; } |