From f9b2bf54b6f7332af1128f2a2b70877de6a45fa6 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 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 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; -- 2.7.4