cvs commit: src/sys/vfs/nfs nfs_serv.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Dec 20 10:38:04 PST 2004


dillon      2004/12/20 10:37:59 PST

DragonFly src repository

  Modified files:
    sys/vfs/nfs          nfs_serv.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.21      +6 -6      src/sys/vfs/nfs/nfs_serv.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_serv.c.diff?r1=1.20&r2=1.21&f=u





More information about the Commits mailing list