From 6f4e1dbd02096ac2a1f567b089337ff640cc61ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 28 Sep 2008 17:27:38 +0000 Subject: [PATCH] Remove destructive debug --- htsp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htsp.c b/htsp.c index 3da6c553..c5bd52a9 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);