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 578349 Details for
Bug 812501
ypbind not registered with rpcbind
[?]
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]
use proper DBus message string
ypbind-mt-1.35-nmsignal.patch (text/plain), 1.25 KB, created by
Honza Horak
on 2012-04-18 13:23:19 UTC
(
hide
)
Description:
use proper DBus message string
Filename:
MIME Type:
Creator:
Honza Horak
Created:
2012-04-18 13:23:19 UTC
Size:
1.25 KB
patch
obsolete
>diff -up ypbind-mt-1.35/src/ypbind_dbus_nm.c.nmsignal ypbind-mt-1.35/src/ypbind_dbus_nm.c >--- ypbind-mt-1.35/src/ypbind_dbus_nm.c.nmsignal 2012-03-23 13:48:21.000000000 +0100 >+++ ypbind-mt-1.35/src/ypbind_dbus_nm.c 2012-04-18 14:40:50.574569893 +0200 >@@ -32,6 +32,9 @@ > #include <dbus/dbus-glib-lowlevel.h> > #include <dbus/dbus-glib.h> > >+/* We have our own constant, NM uses directly "StateChanged" string */ >+#define NM_DBUS_SIGNAL_STATE_CHANGED "StateChanged" >+ > #ifdef HAVE_NETWORKMANAGER_NETWORKMANAGER_H > #include <NetworkManager/NetworkManager.h> > #include <NetworkManager/NetworkManagerVPN.h> >@@ -39,7 +42,6 @@ > #define NM_DBUS_INTERFACE "org.freedesktop.NetworkManager" > #define NM_DBUS_SERVICE "org.freedesktop.NetworkManager" > #define NM_DBUS_PATH "/org/freedesktop/NetworkManager" >-#define NM_DBUS_VPN_SIGNAL_STATE_CHANGE "StateChange" > > typedef enum NMState { > NM_STATE_UNKNOWN = 0, >@@ -160,7 +162,7 @@ dbus_filter (DBusConnection *connection, > handled = DBUS_HANDLER_RESULT_HANDLED; > } > else if (dbus_message_is_signal (message, NM_DBUS_INTERFACE, >- NM_DBUS_VPN_SIGNAL_STATE_CHANGE)) >+ NM_DBUS_SIGNAL_STATE_CHANGED)) > { > NMState state = NM_STATE_UNKNOWN; >
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 812501
:
577853
|
577854
| 578349