summaryrefslogtreecommitdiff
path: root/frontend_svr.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_svr.c')
-rw-r--r--frontend_svr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_svr.c b/frontend_svr.c
index 0694e0f9..d3c92b5b 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.24 2006-10-18 08:41:08 phintuka Exp $
+ * $Id: frontend_svr.c,v 1.25 2006-10-18 12:50:12 phintuka Exp $
*
*/
@@ -1243,7 +1243,7 @@ void cXinelibServer::Read_Control(int cli)
++m_CtrlBufPos[cli];
- if( m_CtrlBufPos[cli] > 79) {
+ if( m_CtrlBufPos[cli] > 256) {
LOGMSG("Received too long control message from client %d (%d bytes)",
cli, m_CtrlBufPos[cli]);
LOGMSG("%81s",m_CtrlBuf[cli]);