summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/fmgr.c
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-09-02 11:09:13 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-09-02 11:13:14 +0200
commitad28e916756f7075a06f6b54d456676d0c081b36 (patch)
tree2bf62382b76fa87fab0397f2e43d423c7698b7a4 /src/ipcpd/normal/fmgr.c
parentfe197a226c0a7755f19a2956294ba435701a42ea (diff)
downloadouroboros-ad28e916756f7075a06f6b54d456676d0c081b36.tar.gz
ouroboros-ad28e916756f7075a06f6b54d456676d0c081b36.zip
lib: ipcp: Decouple flow_dealloc
Sending a dealloc to the irmd moved to its own call.
Diffstat (limited to 'src/ipcpd/normal/fmgr.c')
-rw-r--r--src/ipcpd/normal/fmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/fmgr.c b/src/ipcpd/normal/fmgr.c
index 3056b46d..5d54842e 100644
--- a/src/ipcpd/normal/fmgr.c
+++ b/src/ipcpd/normal/fmgr.c
@@ -583,7 +583,7 @@ int fmgr_flow_alloc_msg(struct frct_i * frct_i,
return -1;
}
- ret = ipcp_flow_dealloc(0, flow->flow.port_id);
+ ret = irm_flow_dealloc(flow->flow.port_id);
break;
default:
LOG_ERR("Got an unknown flow allocation message.");