Minor fix for GSM HR codec negotiation: Add missing 'break'.
[lcr.git] / port.cpp
index 32184a8..11b70f3 100644 (file)
--- a/port.cpp
+++ b/port.cpp
@@ -176,6 +176,7 @@ Port::Port(int type, const char *portname, struct port_settings *settings, struc
        memset(&p_capainfo, 0, sizeof(p_capainfo));
        p_echotest = 0;
        p_bridge = 0;
+       p_hold = 0;
 
        /* call recording */
        p_record = NULL;