lte: Use the right D-Bus interface for property change signal

This commit is contained in:
Slava Monich 2020-06-17 01:40:14 +03:00 committed by Denis Kenzior
parent cf4a4a7bd0
commit 47b52aab34
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ static void lte_set_default_attach_info_cb(const struct ofono_error *error,
}
ofono_dbus_signal_property_changed(conn, path,
OFONO_CONNECTION_CONTEXT_INTERFACE,
OFONO_LTE_INTERFACE,
key,
DBUS_TYPE_STRING, &value);