artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6f4d1
)
fixup previous refactoring
author
mbuhl
<mbuhl@openbsd.org>
Wed, 12 Jan 2022 20:17:08 +0000
(20:17 +0000)
committer
mbuhl
<mbuhl@openbsd.org>
Wed, 12 Jan 2022 20:17:08 +0000
(20:17 +0000)
OK stsp@ (without assuming any responsibility for NFS)
sys/nfs/nfs_subs.c
patch
|
blob
|
history
diff --git
a/sys/nfs/nfs_subs.c
b/sys/nfs/nfs_subs.c
index
6761779
..
23fa84b
100644
(file)
--- a/
sys/nfs/nfs_subs.c
+++ b/
sys/nfs/nfs_subs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nfs_subs.c,v 1.14
5 2022/01/11 03:13:59 jsg Exp $
*/
+/* $OpenBSD: nfs_subs.c,v 1.14
6 2022/01/12 20:17:08 mbuhl Exp $
*/
/* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */
/*
@@
-1841,6
+1841,7
@@
nfsm_srvsattr(struct mbuf **mp, struct vattr *va, struct mbuf *mrep,
info.nmi_md = *mp;
info.nmi_dpos = *dposp;
+ info.nmi_mrep = mrep;
nfsm_dissect(tl, u_int32_t *, NFSX_UNSIGNED);
if (*tl == nfs_true) {