Diff between 1b6cd1f3c61ed98cc36810986bba598e583f0f22 and 59ba9844eb6bcc4d2c35852e730c0a63d58a83ca
Changed Files
| File | Additions | Deletions | Status |
| src/attrib-server.c | +0 | -1 | modified |
Full Patch
diff --git a/src/attrib-server.c b/src/attrib-server.c
index 98b3fa3..e705310 100644
--- a/src/attrib-server.c
+++ b/src/attrib-server.c
@@ -1249,7 +1249,6 @@ int attrib_db_update(uint16_t handle, bt_uuid_t *uuid, const uint8_t *value,
return -ENOMEM;
l->data = a;
- a->handle = handle;
if (uuid != NULL)
memcpy(&a->uuid, uuid, sizeof(bt_uuid_t));
a->len = len;