Diff between 797b330b9ff5150d9797678972584da3485d9df3 and 806aa9de2b426870b1518d8f68179d538cfd6bfe
Changed Files
| File | Additions | Deletions | Status |
| mesh/mesh-io-mgmt.c | +2 | -1 | modified |
Full Patch
diff --git a/mesh/mesh-io-mgmt.c b/mesh/mesh-io-mgmt.c
index f33f641..0d32859 100644
--- a/mesh/mesh-io-mgmt.c
+++ b/mesh/mesh-io-mgmt.c
@@ -138,9 +138,10 @@ static void filter_timeout(struct l_timeout *timeout, void *user_data)
filter = l_queue_peek_tail(pvt->dup_filters);
}
+ pvt->dup_timeout = NULL;
+
done:
l_timeout_remove(timeout);
- pvt->dup_timeout = NULL;
}
/* Ignore consecutive duplicate advertisements within timeout period */