summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorSuper User2008-06-20 08:27:26 +0200
committerSuper User2008-06-20 08:27:26 +0200
commite602f7bfbdf28bd72d89af6ffa4e6f7dad02ff03 (patch)
treeb6571dcd856285b32abd1dba04637e8d9c93e1fa /mISDN.h
parentfixed call-ref-bug that caused b-channels to fail after 256 call instances. (diff)
downloadlcr-e602f7bfbdf28bd72d89af6ffa4e6f7dad02ff03.tar.gz
lcr-e602f7bfbdf28bd72d89af6ffa4e6f7dad02ff03.tar.xz
lcr-e602f7bfbdf28bd72d89af6ffa4e6f7dad02ff03.zip
minor fixes
modified: mISDN.h modified: route.c
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mISDN.h b/mISDN.h
index f03cb4f..8f0b98c 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -155,7 +155,7 @@ class PmISDN : public Port
unsigned int p_m_timeout; /* timeout of timers */
time_t p_m_timer; /* start of timer */
unsigned int p_m_remote_ref; /* join to export bchannel to */
- unsigned int p_m_remote_id; /* sock to export bchannel to */
+ int p_m_remote_id; /* sock to export bchannel to */
int seize_bchannel(int channel, int exclusive); /* requests / reserves / links bchannels, but does not open it! */
void drop_bchannel(void);