From 42dd544541e566a740427a162660a43ea7c9d77f Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 12 Jul 2016 15:48:34 +0200 Subject: [PATCH] Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy Signed-off-by: Srdjan --- C4/SIP/SIPServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm index ea7bf7b..814e0ff 100755 --- a/C4/SIP/SIPServer.pm +++ b/C4/SIP/SIPServer.pm @@ -145,7 +145,7 @@ sub raw_transport { syslog("LOG_INFO", "raw_transport: shutting down: EOF during login"); return; } - $input =~ s/[\r\n]+$//sm; # Strip off trailing line terminator(s) + $input =~ s/[\r\n]+$//sm; # Strip off trailing line terminator(s) last if C4::SIP::Sip::MsgType::handle($input, $self, LOGIN); } alarm 0; -- 1.7.10.4