summaryrefslogtreecommitdiffstats
path: root/bchannel.c
diff options
context:
space:
mode:
authorSuper User2008-05-27 09:56:35 +0200
committerSuper User2008-05-27 09:56:35 +0200
commit29506a890c9f5ad767f8cd367048409afcde6552 (patch)
tree6795d4ffeedc797c9c66fc70698c28198ba0459b /bchannel.c
parentfix and work (diff)
downloadlcr-29506a890c9f5ad767f8cd367048409afcde6552.tar.gz
lcr-29506a890c9f5ad767f8cd367048409afcde6552.tar.xz
lcr-29506a890c9f5ad767f8cd367048409afcde6552.zip
work
modified: bchannel.c
Diffstat (limited to 'bchannel.c')
-rw-r--r--bchannel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bchannel.c b/bchannel.c
index 258893e..b866b69 100644
--- a/bchannel.c
+++ b/bchannel.c
@@ -210,9 +210,6 @@ int bchannel_create(struct bchannel *bchannel)
return(0);
}
- /* default tx_dejitter */
- bchannel->b_tx_dejitter = 1;
-
/* open socket */
bchannel->b_sock = socket(PF_ISDN, SOCK_DGRAM, ISDN_P_B_L2DSP);
if (bchannel->b_sock < 0)