Bugzilla – Attachment 176843 Details for
Bug 310509
NetworkManager: NM spams /var/log/NetworkManager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Updated patch
nm-0.6.5-killswitch-fix.patch (text/plain), 827 bytes, created by
Tambet Ingo
on 2007-10-08 15:51:55 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Tambet Ingo
Created:
2007-10-08 15:51:55 UTC
Size:
827 bytes
patch
obsolete
>Index: NetworkManager-0.6.5/src/NetworkManager.c >=================================================================== >--- NetworkManager-0.6.5.orig/src/NetworkManager.c >+++ NetworkManager-0.6.5/src/NetworkManager.c >@@ -340,7 +340,7 @@ static void nm_killswitch_getpower_reply > { > DBusError err; > DBusMessage * reply = NULL; >- guint32 status; >+ int status; > > g_return_if_fail (pcall != NULL); > g_return_if_fail (data != NULL); >@@ -359,7 +359,7 @@ static void nm_killswitch_getpower_reply > 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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 310509
:
174875
| 176843