minor fixes
[lcr.git] / mISDN.h
diff --git a/mISDN.h b/mISDN.h
index f03cb4f..8f0b98c 100644 (file)
--- 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);