ifcfg: use proper define for D-Bus interface name in "nms-ifcfg-rh-plugin.c"

No difference in practice, as both defines define the same name.
This commit is contained in:
Thomas Haller 2019-05-23 11:07:16 +02:00
parent f01866060b
commit 4b8a9cc51b

View file

@ -821,7 +821,7 @@ _method_call (GDBusConnection *connection,
}
static GDBusInterfaceInfo *const interface_info = NM_DEFINE_GDBUS_INTERFACE_INFO (
IFCFGRH1_BUS_NAME,
IFCFGRH1_IFACE1_NAME,
.methods = NM_DEFINE_GDBUS_METHOD_INFOS (
NM_DEFINE_GDBUS_METHOD_INFO (
IFCFGRH1_IFACE1_METHOD_GET_IFCFG_DETAILS,