git: kernel/nfs: Fix a bug due to missing braces.

看板DFBSD_commit作者時間14年前 (2011/12/28 02:05), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 285584544760aa58c9e6f73e5d6b676676100fd5 Author: Sascha Wildner <saw@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
文章代碼(AID): #1E-WZDL5 (DFBSD_commit)