dnsproxy: Fix wrong domain len causing crash in memmove
[framework/connectivity/connman.git] / src / manager.c
index 15cc447..1bf9189 100644 (file)
@@ -454,8 +454,8 @@ static const GDBusSignalTable manager_signals[] = {
        { GDBUS_SIGNAL("TechnologyRemoved",
                        GDBUS_ARGS({ "path", "o" })) },
        { GDBUS_SIGNAL("ServicesChanged",
-                       GDBUS_ARGS({ "services_changed", "a(oa{sv})" },
-                                       { "services_removed", "ao" })) },
+                       GDBUS_ARGS({ "changed", "a(oa{sv})" },
+                                       { "removed", "ao" })) },
        { },
 };