Fix: Do not send notify IDs that are not 0, 1 or 2
[lcr.git] / socket_server.c
index 28dccd9..df07b14 100644 (file)
@@ -1118,7 +1118,7 @@ int admin_state(struct admin_queue **responsep)
                        response->am[num].u.p.isdn = 1;
                        pdss1 = (class Pdss1 *)port;
                        response->am[num].u.p.isdn_chan = pdss1->p_m_b_channel;
-                       response->am[num].u.p.isdn_hold = pdss1->p_m_hold;
+                       response->am[num].u.p.isdn_hold = pdss1->p_hold;
                        response->am[num].u.p.isdn_ces = pdss1->p_m_d_ces;
                }
 #endif