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)
commit404327ad41c5f24f9ace5cad31509149d87197fd
tree58da4b89f1e154d457a9ac31b9c72f27f41f25ec
parentdb69ebcbcebbd3882d2eee7df8de15c3dc9c309b
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
lib/util/smb_threads.c