summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bchannel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bchannel.c b/bchannel.c
index 25b21f3..eb1ad88 100644
--- a/bchannel.c
+++ b/bchannel.c
@@ -464,9 +464,6 @@ void bchannel_transmit(struct bchannel *bchannel, unsigned char *data, int len)
case 2:
memcpy(p, data, len);
frm->prim = DL_DATA_REQ;
- p[len] = 0;
- CDEBUG(bchannel->call, NULL, "HDLC DSP transmit: '%s'\n",
- p);
break;
case 3:
memcpy(p, data, len);