summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/fmgr.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-09-02 12:18:49 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-09-02 12:18:49 +0200
commitee2235c62cf0c51f7188fdeb6ac283c1e2ea0335 (patch)
tree35502bdec6dd660cd1b7e6f69740c5fef2319be4 /src/ipcpd/normal/fmgr.c
parent4493d36a4769c6625e3025a0c484bf0ec65708bd (diff)
parentad28e916756f7075a06f6b54d456676d0c081b36 (diff)
downloadouroboros-ee2235c62cf0c51f7188fdeb6ac283c1e2ea0335.tar.gz
ouroboros-ee2235c62cf0c51f7188fdeb6ac283c1e2ea0335.zip
Merged in dstaesse/ouroboros/be-ipcp-dev (pull request #237)
lib: ipcp: Decouple flow_dealloc
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.");