From 7d16259958e7b3e17d7bcb2c1c296f56f9096bf1 Mon Sep 17 00:00:00 2001 From: Super User Date: Fri, 6 Jun 2008 19:15:14 +0200 Subject: free bchannels on broken pipe of remote application work modified: chan_lcr.c modified: mISDN.cpp modified: mISDN.h modified: socket_server.c --- mISDN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mISDN.h') diff --git a/mISDN.h b/mISDN.h index f9bae48..d52ea06 100644 --- a/mISDN.h +++ b/mISDN.h @@ -53,7 +53,7 @@ struct mISDNport { int b_socket[128]; int b_state[128]; /* statemachine, 0 = IDLE */ double b_timer[128]; /* timer for state machine */ - unsigned long b_remote_id[128]; /* the socket currently exported */ + int b_remote_id[128]; /* the socket currently exported (0=none) */ unsigned long b_remote_ref[128]; /* the ref currently exported */ int locally; /* local causes are sent as local causes not remote */ int los, ais, rdi, slip_rx, slip_tx; -- cgit v1.2.3-55-g7522