Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310031 Details for
Bug 452131
net-snmp-perl is broken for 5.10, cannot set oids
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to net-snmp that worked for me.
snmp-set-fix.patch (text/plain), 2.05 KB, created by
Jarrod Johnson
on 2008-06-23 14:15:45 UTC
(
hide
)
Description:
Patch to net-snmp that worked for me.
Filename:
MIME Type:
Creator:
Jarrod Johnson
Created:
2008-06-23 14:15:45 UTC
Size:
2.05 KB
patch
obsolete
>diff -urN net-snmp-5.4.1/perl/SNMP/SNMP.xs net-snmp-5.4.1-f9fix/perl/SNMP/SNMP.xs >--- net-snmp-5.4.1/perl/SNMP/SNMP.xs 2008-06-13 15:48:46.000000000 -0500 >+++ net-snmp-5.4.1-f9fix/perl/SNMP/SNMP.xs 2008-06-13 15:48:05.000000000 -0500 >@@ -3072,7 +3072,7 @@ > res = __add_var_val_str(pdu, oid_arr, oid_arr_len, > (varbind_val_f && SvOK(*varbind_val_f) ? > SvPV(*varbind_val_f,na):NULL), >- (varbind_val_f && SvOK(*varbind_val_f) ? >+ (varbind_val_f && SvPOK(*varbind_val_f) ? > SvCUR(*varbind_val_f):0), type); > > if (verbose && res == FAILURE) >@@ -4266,7 +4266,7 @@ > res = __add_var_val_str(pdu, oid_arr, oid_arr_len, > (varbind_val_f && SvOK(*varbind_val_f) ? > SvPV(*varbind_val_f,na):NULL), >- (varbind_val_f && SvOK(*varbind_val_f) ? >+ (varbind_val_f && SvPOK(*varbind_val_f) ? > SvCUR(*varbind_val_f):0), > type); > >@@ -4424,7 +4424,7 @@ > res = __add_var_val_str(pdu, oid_arr, oid_arr_len, > (varbind_val_f && SvOK(*varbind_val_f) ? > SvPV(*varbind_val_f,na):NULL), >- (varbind_val_f && SvOK(*varbind_val_f) ? >+ (varbind_val_f && SvPOK(*varbind_val_f) ? > SvCUR(*varbind_val_f):0), > type); > >@@ -4563,7 +4563,7 @@ > res = __add_var_val_str(pdu, oid_arr, oid_arr_len, > (varbind_val_f && SvOK(*varbind_val_f) ? > SvPV(*varbind_val_f,na):NULL), >- (varbind_val_f && SvOK(*varbind_val_f) ? >+ (varbind_val_f && SvPOK(*varbind_val_f) ? > SvCUR(*varbind_val_f):0), > type); >
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
Attachments on
bug 452131
: 310031