Remove an extraneous mutex unlock.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 20 Sep 2010 15:55:03 +0000 (08:55 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 20 Sep 2010 15:55:03 +0000 (08:55 -0700)
commit90e223dd5f5eeb9c87a6c5764b706a87695ec964
tree4f2d2112ab0df343e68b1b045e2292dc1ed55fdb
parent67c472ce34adf484d93c06b29cd1b822566c3b57
Remove an extraneous mutex unlock.

I'm surprised that this didn't cause trouble earlier; it seems that
unlocking an unlocked mutex raises no errors (but under heavy load, when
the mutex is locked by another thread then unlocking it can cause trouble).
bluesky/log.c