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

(-)a/C4/SIP/SIPServer.pm (-2 / +1 lines)
Lines 146-152 sub raw_transport { Link Here
146
            syslog("LOG_INFO", "raw_transport: shutting down: EOF during login");
146
            syslog("LOG_INFO", "raw_transport: shutting down: EOF during login");
147
            return;
147
            return;
148
        }
148
        }
149
        $input =~ s/[\r\n]+$//sm;	# Strip off trailing line terminator(s)
149
        $input =~ s/[\r\n]+$//sm; # Strip off trailing line terminator(s)
150
        last if C4::SIP::Sip::MsgType::handle($input, $self, LOGIN);
150
        last if C4::SIP::Sip::MsgType::handle($input, $self, LOGIN);
151
    }
151
    }
152
    alarm 0;
152
    alarm 0;
153
- 

Return to bug 15006