summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/manager.c b/network/manager.c
index 616d63c0..b3ba1cdb 100644
--- a/network/manager.c
+++ b/network/manager.c
@@ -89,7 +89,7 @@ static int network_probe(struct btd_device *device, uint16_t id)
DBG("path %s", path);
- source = adapter->address;
+ source = adapter_get_address(adapter);
destination = device_get_address(device);
str2ba(source, &src);