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 204021 Details for
Bug 302901
Kill switch is not hooked
[?]
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 for the NetworkManager-0.6.5-no-killswitch-fix.patch patch that adds the correction the UINT32 to INT32 type
NetworkManager.patch (text/plain), 1.12 KB, created by
Hasan Ceylan
on 2007-09-24 10:01:37 UTC
(
hide
)
Description:
patch for the NetworkManager-0.6.5-no-killswitch-fix.patch patch that adds the correction the UINT32 to INT32 type
Filename:
MIME Type:
Creator:
Hasan Ceylan
Created:
2007-09-24 10:01:37 UTC
Size:
1.12 KB
patch
obsolete
>--- rpmbuild/SOURCES/NetworkManager-0.6.5-no-killswitch-fix.patch.old 2007-06-27 17:09:46.000000000 +0300 >+++ rpmbuild/SOURCES/NetworkManager-0.6.5-no-killswitch-fix.patch 2007-09-24 12:38:30.000000000 +0300 >@@ -1,8 +1,15 @@ >-Index: NetworkManager-0.6.5/src/NetworkManager.c >-=================================================================== >---- NetworkManager-0.6.5/src/NetworkManager.c (revision 2617) >-+++ NetworkManager-0.6.5/src/NetworkManager.c (working copy) >-@@ -825,6 +825,10 @@ >+--- NetworkManager-0.6.5/src/NetworkManager.c.no-killswitch-fix 2007-09-24 12:35:07.000000000 +0300 >++++ NetworkManager-0.6.5/src/NetworkManager.c 2007-09-24 12:15:41.000000000 +0300 >+@@ -359,7 +359,7 @@ >+ goto out; >+ } >+ >+- if (!dbus_message_get_args (reply, &err, DBUS_TYPE_UINT32, &status, DBUS_TYPE_INVALID)) { >++ if (!dbus_message_get_args (reply, &err, DBUS_TYPE_INT32, &status, DBUS_TYPE_INVALID)) { >+ nm_info ("Error getting killswitch power arguments: %s - %s", err.name, err.message); >+ dbus_error_free (&err); >+ goto out; >+@@ -826,6 +826,10 @@ > nm_add_initial_killswitch_devices (data); > nm_add_initial_devices (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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 302901
: 204021