[PATCH] Use macros for D-Bus paths

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 loader/net.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/loader/net.c b/loader/net.c
index 69f5779..aead300 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -1897,7 +1897,7 @@ int get_connection(iface_t *iface) {
     DBusError error;
     DBusMessageIter iter, variant_iter;
     dbus_uint32_t state = 0;
-    char *nm_iface = "org.freedesktop.NetworkManager";
+    char *nm_iface = NM_DBUS_INTERFACE;
     char *property = "State";
 
     if (iface == NULL) {
@@ -1931,7 +1931,7 @@ int get_connection(iface_t *iface) {
     dbus_error_init(&error);
     message = dbus_message_new_method_call(NM_DBUS_SERVICE,
                                            NM_DBUS_PATH,
-                                           "org.freedesktop.DBus.Properties",
+                                           DBUS_INTERFACE_PROPERTIES,
                                            "Get");
     if (!message) {
         if (dbus_error_is_set(&error)) {
-- 
1.6.0.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux