Diff between 69d7d42e896e2ab6a23b62692a1011d552c42cc9 and b94e7fc4e267edbae5359a3efb69b14575c6ca3b
Changed Files
| File | Additions | Deletions | Status |
| src/adapter.c | +1 | -1 | modified |
Full Patch
diff --git a/src/adapter.c b/src/adapter.c
index 64815ec..fe25608 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -2224,7 +2224,7 @@ static int discovery_stop(struct watch_client *client, bool exit)
mgmt_send(adapter->mgmt, MGMT_OP_STOP_DISCOVERY,
adapter->dev_id, sizeof(cp), &cp,
- stop_discovery_complete, client, NULL);
+ stop_discovery_complete, adapter, NULL);
return -EINPROGRESS;
}