kernel - Fix broken assertion
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Nov 2011 18:00:37 +0000 (10:00 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Nov 2011 18:00:37 +0000 (10:00 -0800)
commit4bac0e144d536e27fc2795c92c84c8cf176881cc
tree72941ed6a3f4bd82748dc71991246ffae4d089b2
parent3cb318dc30c9453ab6093e6ad4d446ef80c7d937
kernel - Fix broken assertion

* The assertion in _lwkt_trytokeref() was printing out the contents of
  an uninitialized variable.  The assertion condition itself was ok.
sys/kern/lwkt_token.c