Diff between a1920af6f81fba7917784c2ca09159b0cef4e779 and 65b53b0d3a8836eee6cff23518ef62c9409a301d
Changed Files
| File | Additions | Deletions | Status |
| src/shared/csip.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/csip.c b/src/shared/csip.c
index eb80bbc..85de63e 100644
--- a/src/shared/csip.c
+++ b/src/shared/csip.c
@@ -597,7 +597,7 @@ static void foreach_csis_char(struct gatt_db_attribute *attr, void *user_data)
DBG(csip, "SIRK found: handle 0x%04x", value_handle);
csis = csip_get_csis(csip);
- if (!csis || csis->sirk)
+ if (!csis)
return;
csis->sirk = attr;