Bugzilla – Attachment 183248 Details for
Bug 40144
`sip_cli_emulator.pl` warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40144: Get rid of `sip_cli_emulator.pl` warnings
Bug-40144-Get-rid-of-sipcliemulatorpl-warnings.patch (text/plain), 942 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-06-13 18:34:21 UTC
(
hide
)
Description:
Bug 40144: Get rid of `sip_cli_emulator.pl` warnings
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-06-13 18:34:21 UTC
Size:
942 bytes
patch
obsolete
>From 9a095fcdc086fd010a567f65e849149c856c39ca Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 13 Jun 2025 15:18:47 -0300 >Subject: [PATCH] Bug 40144: Get rid of `sip_cli_emulator.pl` warnings > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > misc/sip_cli_emulator.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >index a09ed952c65..139813d5c6c 100755 >--- a/misc/sip_cli_emulator.pl >+++ b/misc/sip_cli_emulator.pl >@@ -53,8 +53,8 @@ my $fee_amount; > my $fee_identifier; > my $transaction_id; > my $pickup_location; >-my $hold_mode; >-my $no_block = 'N'; >+my $hold_mode = '+'; >+my $no_block = 'N'; > my $start_item; > my $end_item; > >@@ -356,7 +356,7 @@ sub run_command_message { > > my $data = <$socket>; > >- say "READ: $data"; >+ say "READ: " . ( defined $data ? $data : 'undef' ); > > return $data; > } >-- >2.49.0
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 40144
:
183248
|
183253
|
183462