VPP-83: fix collateral damage 41/1441/1
authorDave Barach <dave@barachs.net>
Tue, 7 Jun 2016 21:35:38 +0000 (17:35 -0400)
committerDave Barach <dave@barachs.net>
Tue, 7 Jun 2016 22:28:51 +0000 (18:28 -0400)
commit599839d12d13ffed46717256d2f4ec190ff798fc
tree3a12159cf6ed2a6a3995824f1e67bcfe7b84524a
parentc883fa7cdb19b0ae63e170d1c7c9a43484f070d5
VPP-83: fix collateral damage

Accidentally removed pthread_mutex_unlock (&root_rp->mutex) in the
dead client scan case. Oops. Bad idea.

Change-Id: I488b7e39d01c267052785bd346e8846351db90a9
Signed-off-by: Dave Barach <dave@barachs.net>
vlib-api/vlibmemory/memory_shared.c