Bugzilla – Attachment 183462 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), 1.06 KB, created by
Marcel de Rooy
on 2025-06-24 14:24:29 UTC
(
hide
)
Description:
Bug 40144: Get rid of `sip_cli_emulator.pl` warnings
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-06-24 14:24:29 UTC
Size:
1.06 KB
patch
obsolete
>From f2190cec7f7fbba01b323d79741166b002154fff 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 a09ed952c6..139813d5c6 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.39.5
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