git: kernel/nfs: Fix a bug due to missing braces.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Dec 9 03:39:53 PST 2011
commit 285584544760aa58c9e6f73e5d6b676676100fd5
Author: Sascha Wildner <saw at online.de>
Date: Fri Dec 9 12:38:39 2011 +0100
kernel/nfs: Fix a bug due to missing braces.
The lwkt_reltoken() was added in c6b43e93a6cf0a70bde32cd141057a0df9860e13
but it was forgotten to put braces around the if's body (now having
lwkt_reltoken() and the return()).
Summary of changes:
sys/vfs/nfs/nfs_syscalls.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/285584544760aa58c9e6f73e5d6b676676100fd5
--
DragonFly BSD source repository
More information about the Commits
mailing list