From: Andreas Ă–man Date: Sun, 28 Sep 2008 17:27:38 +0000 (+0000) Subject: Remove destructive debug X-Git-Tag: 2.12~806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f4e1dbd02096ac2a1f567b089337ff640cc61ed;p=thirdparty%2Ftvheadend.git Remove destructive debug --- diff --git a/htsp.c b/htsp.c index 3da6c553a..c5bd52a96 100644 --- 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);