diff --git a/daemon/ssrc.c b/daemon/ssrc.c index 176e3f8a4..93ebe769e 100644 --- a/daemon/ssrc.c +++ b/daemon/ssrc.c @@ -246,6 +246,7 @@ void *get_ssrc_full(uint32_t ssrc, struct ssrc_hash *ht, bool *created) { add_ssrc_entry(ssrc, ent, ht); if (created) *created = true; + ht->iters++; return ent; }