From b47ca8de07c11bfddf3e8ecb2fd227049c512b9a Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 31 Mar 2017 15:58:12 +0200 Subject: irmd: Keep track of qos in irm_flow This fixes the bug in handling multiple concurrent flow allocations. --- src/irmd/registry.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/irmd/registry.c') diff --git a/src/irmd/registry.c b/src/irmd/registry.c index c57230f7..2043ca46 100644 --- a/src/irmd/registry.c +++ b/src/irmd/registry.c @@ -53,8 +53,6 @@ static struct reg_entry * reg_entry_create(void) e->name = NULL; e->state = REG_NAME_NULL; - e->response = -1; - return e; } -- cgit v1.2.3