summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2017-01-04 13:58:21 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2017-01-04 13:58:21 +0100
commit892d84b91f2cb596f1bff8052c67667f43c594fc (patch)
treeecc7299303e4aa44c345fddd148b35874bd3129b /src
parent3deec9c127fc4f43bc413219a98446764355eccd (diff)
downloadouroboros-892d84b91f2cb596f1bff8052c67667f43c594fc.tar.gz
ouroboros-892d84b91f2cb596f1bff8052c67667f43c594fc.zip
ipcpd: normal: Fix bad unlock
This removes a bad unlock in the flow manager.
Diffstat (limited to 'src')
-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;