From 6a4109706b20266833619d26cd89c5f9447fdd91 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 18 May 2016 20:34:51 +0200 Subject: Implementation of a full flow allocator for the shim UDP. It uses UDP port 0x0D1F on all hosts to send and receive flow allocation messages. It supports communication between server and client AP over a single shim IPCP. Implementation of full flow deallocation is pending. Both the client and the server still have to call flow_dealloc(); --- src/irmd/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/irmd/main.c') diff --git a/src/irmd/main.c b/src/irmd/main.c index 89263977..28f82751 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1047,7 +1047,6 @@ static int flow_alloc_res(int port_id) if (e->state == FLOW_ALLOCATED) { rw_lock_unlock(&instance->flows_lock); rw_lock_unlock(&instance->state_lock); - LOG_DBGF("Returning 0."); return 0; } if (e->state == FLOW_NULL) { -- cgit v1.2.3