summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2017-01-04 13:58:33 +0100
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2017-01-04 13:58:33 +0100
commitbbabc773eccf7fe414428b3c8e4a7d3521ca7582 (patch)
treeecc7299303e4aa44c345fddd148b35874bd3129b /src/ipcpd/normal
parent3deec9c127fc4f43bc413219a98446764355eccd (diff)
parent892d84b91f2cb596f1bff8052c67667f43c594fc (diff)
downloadouroboros-bbabc773eccf7fe414428b3c8e4a7d3521ca7582.tar.gz
ouroboros-bbabc773eccf7fe414428b3c8e4a7d3521ca7582.zip
Merged in sandervrijders/ouroboros/be-fix-np1flows (pull request #335)
ipcpd: normal: Fix bad unlock
Diffstat (limited to 'src/ipcpd/normal')
-rw-r--r--src/ipcpd/normal/fmgr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/normal/fmgr.c b/src/ipcpd/normal/fmgr.c
index b0a37ee1..a419e9f5 100644
--- a/src/ipcpd/normal/fmgr.c
+++ b/src/ipcpd/normal/fmgr.c
@@ -507,8 +507,6 @@ int fmgr_np1_post_buf(cep_id_t cep_id, buffer_t * buf)
break;
}
- pthread_rwlock_unlock(&fmgr.np1_flows_lock);
-
flow_alloc_msg__free_unpacked(msg, NULL);
return ret;