Bugzilla – Attachment 36293 Details for
Bug 13159
Enhancements to the SIP2 command line emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants
Bug-13159-QA-Followup---Fix-changed-namespace-for-.patch (text/plain), 701 bytes, created by
Kyle M Hall (khall)
on 2015-03-02 13:33:05 UTC
(
hide
)
Description:
Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-03-02 13:33:05 UTC
Size:
701 bytes
patch
obsolete
>From f77b15ec65cd33823f40c02260a8485942c8a331 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 2 Mar 2015 05:31:11 -0800 >Subject: [PATCH] Bug 13159 [QA Followup] - Fix changed namespace for > Sip::Constants > >--- > C4/SIP/sip_cli_emulator.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/sip_cli_emulator.pl b/C4/SIP/sip_cli_emulator.pl >index 3eb063f..f936428 100755 >--- a/C4/SIP/sip_cli_emulator.pl >+++ b/C4/SIP/sip_cli_emulator.pl >@@ -23,7 +23,7 @@ use Socket qw(:crlf); > use IO::Socket::INET; > use Getopt::Long; > >-use Sip::Constants qw(:all); >+use C4::SIP::Sip::Constants qw(:all); > > use constant { LANGUAGE => '001' }; > >-- >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 13159
:
32901
|
32917
|
32923
|
32924
|
32965
|
32966
|
33648
|
33910
|
33912
|
35039
|
35163
|
35457
|
35666
|
36143
|
36293
|
36294
|
36419
|
36420
|
36421
|
36422
|
36423
|
36426
|
37547