Bugzilla – Attachment 174875 Details for
Bug 310509
NetworkManager: NM spams /var/log/NetworkManager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch with fix for this problem
nm-fix-KillSwitch_INT32_return.diff (text/plain), 473 bytes, created by
Danny Al-Gaaf
on 2007-09-26 15:07:16 UTC
(
hide
)
Description:
patch with fix for this problem
Filename:
MIME Type:
Creator:
Danny Al-Gaaf
Created:
2007-09-26 15:07:16 UTC
Size:
473 bytes
patch
obsolete
>--- src/NetworkManager.c 2007-09-26 17:00:38.000000000 +0200 >+++ src/NetworkManager.c 2007-09-26 17:01:34.000000000 +0200 >@@ -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;
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