The Samba-Bugzilla – Attachment 10444 Details for
Bug 10946
Patch to fix indentation in wireshark-conf.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix indentation
patch.txt (text/plain), 492 bytes, created by
Guy Harris
on 2014-11-20 01:20:54 UTC
(
hide
)
Description:
Patch to fix indentation
Filename:
MIME Type:
Creator:
Guy Harris
Created:
2014-11-20 01:20:54 UTC
Size:
492 bytes
patch
obsolete
>diff --git a/pidl/tests/wireshark-conf.pl b/pidl/tests/wireshark-conf.pl >index 9da5c7d..a8e33df 100755 >--- a/pidl/tests/wireshark-conf.pl >+++ b/pidl/tests/wireshark-conf.pl >@@ -15,7 +15,7 @@ use Parse::Pidl::Wireshark::Conformance qw(ReadConformanceFH valid_ft_type valid > sub parse_conf($) > { > my $str = shift; >- open(TMP, "+>", undef) or die("unable to open temp file"); >+ open(TMP, "+>", undef) or die("unable to open temp file"); > print TMP $str; > seek(TMP, 0, 0); > my $data = {};
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 Raw
Actions:
View
Attachments on
bug 10946
: 10444