fix uninitialized use of mask.

This commit is contained in:
chopps 1994-08-30 23:06:48 +00:00
parent cdf3d1ed89
commit 41a2d35564
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: advnops.c,v 1.9 1994/07/11 05:07:41 chopps Exp $ */
/* $NetBSD: advnops.c,v 1.10 1994/08/30 23:06:48 chopps Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -708,7 +708,7 @@ adosfs_access(sp)
advopprint(sp);
#endif
error = 0;
mask = error = 0;
ucp = sp->a_cred;
mode = sp->a_mode;
ap = VTOA(sp->a_vp);