From: Marcel de Rooy <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Srdjan <[email protected]>
---
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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/