From: Super User Date: Tue, 27 May 2008 07:56:35 +0000 (+0200) Subject: work X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=29506a890c9f5ad767f8cd367048409afcde6552 work modified: bchannel.c --- 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)