[xiph-commits] r9552 - icecast/branches/kh/icecast/src

karl at svn.xiph.org karl at svn.xiph.org
Wed Jul 6 14:54:42 PDT 2005


Author: karl
Date: 2005-07-06 14:54:38 -0700 (Wed, 06 Jul 2005)
New Revision: 9552

Modified:
   icecast/branches/kh/icecast/src/auth.c
Log:
Missed from previous patch


Modified: icecast/branches/kh/icecast/src/auth.c
===================================================================
--- icecast/branches/kh/icecast/src/auth.c	2005-07-06 19:46:51 UTC (rev 9551)
+++ icecast/branches/kh/icecast/src/auth.c	2005-07-06 21:54:38 UTC (rev 9552)
@@ -244,6 +244,7 @@
 
     client->write_to_client = format_generic_write_to_client;
     client->check_buffer = format_check_http_buffer;
+    client->refbuf = refbuf_new (4096);
 
     thread_mutex_unlock (&source->lock);
 



More information about the commits mailing list