]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove destructive debug
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 28 Sep 2008 17:27:38 +0000 (17:27 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 28 Sep 2008 17:27:38 +0000 (17:27 +0000)
htsp.c

diff --git a/htsp.c b/htsp.c
index 3da6c553a72fda3003e2408bb3962ff059e87d27..c5bd52a96e64c86f6e4858961c8fe5dbbf3c724e 100644 (file)
--- a/htsp.c
+++ b/htsp.c
@@ -591,10 +591,11 @@ htsp_write_scheduler(void *aux)
 
     r = htsmsg_binary_serialize(hm->hm_msg, &dptr, &dlen, INT32_MAX);
 
+#if 0   
     if(hm->hm_pktref) {
       usleep(hm->hm_payloadsize * 3);
     }
-
+#endif
     htsp_msg_destroy(hm);
     
     write(htsp->htsp_fd, dptr, dlen);