Bugzilla – Attachment 144936 Details for
Bug 32537
Add 'no_block' option to sip_cli_emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32537: (QA follow-up): Tidy code
Bug-32537-QA-follow-up-Tidy-code.patch (text/plain), 802 bytes, created by
Kyle M Hall (khall)
on 2023-01-03 13:15:05 UTC
(
hide
)
Description:
Bug 32537: (QA follow-up): Tidy code
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-01-03 13:15:05 UTC
Size:
802 bytes
patch
obsolete
>From d4c98d47c685d84b2aea5c706da71b95d9541bee Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Tue, 3 Jan 2023 08:14:50 -0500 >Subject: [PATCH] Bug 32537: (QA follow-up): Tidy code > >--- > misc/sip_cli_emulator.pl | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >index 64948a3664..60bba2013a 100755 >--- a/misc/sip_cli_emulator.pl >+++ b/misc/sip_cli_emulator.pl >@@ -103,9 +103,8 @@ if ( $help > exit(); > } > >-$no_block = $no_block eq 'Y' ? 'Y' : 'N'; >- >-$terminator = ( $terminator eq 'CR' ) ? $CR : $CRLF; >+$no_block = $no_block eq 'Y' ? 'Y' : 'N'; >+$terminator = $terminator eq 'CR' ? $CR : $CRLF; > > # Set perl to expect the same record terminator it is sending > $/ = $terminator; >-- >2.30.2
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 32537
:
144855
|
144895
|
144935
|
144936
|
145945
|
145946
|
145947