From bc6a01ad335049f5a73501e74eb63d6077c55caf 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 --- 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 e3cab23..c674474 100755 --- a/C4/SIP/SIPServer.pm +++ b/C4/SIP/SIPServer.pm @@ -146,7 +146,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