summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-06-29 17:49:45 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-06-29 23:40:57 +0000
commit26eb0e4ff5031e791b4fd23d397dc15e1beab8d1 (patch)
treed10a4bbeed5ad0d18e0f537355106d6f8f88d81b /lib/thread.c
parent972a411ccc1c15ffe52862477653ab877d0afcd6 (diff)
lib: fix merge error
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c
index 5a7888379b..bc52d1b134 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -1115,7 +1115,6 @@ thread_cancel (struct thread *thread)
listnode_add (thread->master->cancel_req, cr);
do_thread_cancel (thread->master);
}
-done:
pthread_mutex_unlock (&thread->master->mtx);
}