git: kernel - Fix broken assertion
commit 4bac0e144d536e27fc2795c92c84c8cf176881cc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sun Nov 20 10:00:37 2011 -0800
kernel - Fix broken assertion
* The assertion in _lwkt_trytokeref() was printing out the contents of
an uninitialized variable. The assertion condition itself was ok.
Summary of changes:
sys/kern/lwkt_token.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bac0e144d536e27fc2795c92c84c8cf176881cc
--
DragonFly BSD source repository