mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Get rid of extraneous initialization.
Get rid of an extraneous initialization, mainly to keep a static analyser happy. No semantic change. PR: 238167 Submitted by: Alexey Dokuchaev
This commit is contained in:
parent
46a6b5c451
commit
6aab442af9
1 changed files with 0 additions and 1 deletions
|
|
@ -1181,7 +1181,6 @@ nfs_lookup(struct vop_lookup_args *ap)
|
|||
cache_purge_negative(dvp);
|
||||
}
|
||||
|
||||
error = 0;
|
||||
newvp = NULLVP;
|
||||
NFSINCRGLOBAL(nfsstatsv1.lookupcache_misses);
|
||||
error = nfsrpc_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen,
|
||||
|
|
|
|||
Loading…
Reference in a new issue