Bugzilla – Attachment 53312 Details for
Bug 15006
Need to distinguish client timeout from login timeout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less
Bug-15006-QA-Follow-up-Satisfy-qa-tools-with-one-t.patch (text/plain), 961 bytes, created by
Marcel de Rooy
on 2016-07-12 15:04:39 UTC
(
hide
)
Description:
Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-07-12 15:04:39 UTC
Size:
961 bytes
patch
obsolete
>From bc6a01ad335049f5a73501e74eb63d6077c55caf Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15006
:
45039
|
45583
|
45594
|
52477
|
52478
|
52479
|
52480
|
52784
|
52785
|
52786
|
52787
|
52849
|
52850
|
52851
|
52852
|
52853
|
53009
|
53010
|
53011
|
53012
|
53013
|
53014
|
53132
|
53133
|
53134
|
53135
|
53309
|
53310
|
53311
|
53312
|
53355
|
53356
|
53357
|
53358
|
53359
|
53360
|
53363
|
53364
|
53365
|
53366
|
53367
|
53368
|
53369