git: kernel/nfs: Initialize a sometimes uninitialized variable.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Feb 15 01:08:06 PST 2021
commit 30fc2a3aac3352058f7b94dcf67becc09727a73c
Author: Sascha Wildner <saw at online.de>
Date: Mon Feb 15 10:07:56 2021 +0100
kernel/nfs: Initialize a sometimes uninitialized variable.
Just for style reasons. In the case where it was passed uninitialized,
it was not used by the called function.
Summary of changes:
sys/vfs/nfs/nfs_socket.c | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30fc2a3aac3352058f7b94dcf67becc09727a73c
--
DragonFly BSD source repository
More information about the Commits
mailing list