mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 17:40:32 +01:00
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:
parent
f01866060b
commit
4b8a9cc51b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue