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

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

Return to bug 15006