View | Details | Raw Unified | Return to bug 41271
Collapse All | Expand All

(-)a/C4/SIP/Sip/Configuration.pm (-2 / +1 lines)
Lines 56-62 sub get_configuration { Link Here
56
    } else {
56
    } else {
57
        $cfg = $current_config;
57
        $cfg = $current_config;
58
    }
58
    }
59
    die unless $cfg;
59
60
    my %listeners;
60
    my %listeners;
61
61
62
    # The key to the listeners hash is the 'port' component of the
62
    # The key to the listeners hash is the 'port' component of the
63
- 

Return to bug 41271