Diff between c142f072506a6e5243d7cd7eab9c0a6ae5cf0160 and c9a87056d733bc23279b30243f03923e53153a94
Changed Files
| File | Additions | Deletions | Status |
| src/advertising.c | +1 | -2 | modified |
Full Patch
diff --git a/src/advertising.c b/src/advertising.c
index 421a5e9..ab5c6fc 100644
--- a/src/advertising.c
+++ b/src/advertising.c
@@ -751,8 +751,7 @@ static void read_adv_features_callback(uint8_t status, uint16_t length,
if (!g_dbus_register_interface(btd_get_dbus_connection(),
adapter_get_path(manager->adapter),
LE_ADVERTISING_MGR_IFACE,
- methods, NULL, NULL, manager,
- advertising_manager_destroy))
+ methods, NULL, NULL, manager, NULL))
error("Failed to register " LE_ADVERTISING_MGR_IFACE);
}