Clean up "`cache' might be used uninitialized" warnings. These come from
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Dec 2004 18:37:59 +0000 (18:37 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Dec 2004 18:37:59 +0000 (18:37 +0000)
commit5df949e9405caba621b99ec20501c818832a97a9
tree62c3b881968f56a6bf9d7c3e3c04574c32d460e1
parentc80b610b8af337aef409c44ced01be6ddc598334
Clean up "`cache' might be used uninitialized" warnings.  These come from
a really badly coded cache boolean related to NQ leases which is passed back
in a reply.  Just pre-initialize the variable to 0 to fix the warnings.
sys/vfs/nfs/nfs_serv.c