diff src/http.c @ 149:a9f60d56d673

Fix DLNA problem
author Naoya OYAMA <naoya.oyama@gmail.com>
date Sat, 25 Aug 2012 11:10:24 +0900
parents 066f33b2213a
children 30e91361506a
line wrap: on
line diff
--- a/src/http.c	Wed Aug 22 22:06:09 2012 +0900
+++ b/src/http.c	Sat Aug 25 11:10:24 2012 +0900
@@ -590,8 +590,6 @@
                 pthread_mutex_unlock(&p_queue->mutex);
                 destroy_stream_queue(p_queue);
                 tdata->streamer->stream_session[id]->p_queue = NULL;
-                strcpy(ut->request_channel, "all");
-                ut->nr_channel = 0;
             }
             break;
         default: