Panic upon mutex lock or unlock failure
authorDerrell Lipman <derrell@dworkin.(none)>
Mon, 11 May 2009 02:40:20 +0000 (22:40 -0400)
committerDerrell Lipman <derrell@dworkin.(none)>
Mon, 11 May 2009 02:45:12 +0000 (22:45 -0400)
commit69dd1b474039903256901bace09844e15a712d0f
tree84bee44dfc5d7f2701ebe01c4949a21400199a45
parent92eadd5615667353ce60f598309fc04ff264bbe3
Panic upon mutex lock or unlock failure

- It's a serious error if we can't lock or unlock a mutex in
  smb_thread_once(). Panic instead of just displaying a DEBUG message.

Derrell
util/smb_threads.c