commit a5b57772598483b7a74480b2f12f6d5bc0a62733 parent 1d57f52d9a768313fbf6199eaf40840eb8284edd Author: Yersa Nordman <yersa@finwo.nl> Date: Wed, 22 Feb 2023 22:13:16 +0100 Add forgotten unlock during send Diffstat:
| M | src/main.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c @@ -281,6 +281,7 @@ void * thread_bond(void *arg) { /* return NULL; */ } + pthread_mutex_unlock(&(bond->mtx_rt)); } // Wait for iface threads to finish