From: mbuhl Date: Wed, 12 Jan 2022 20:17:08 +0000 (+0000) Subject: fixup previous refactoring X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=78a2c979ca190b185a950d276171a183faef5030;p=openbsd fixup previous refactoring OK stsp@ (without assuming any responsibility for NFS) --- diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 6761779f011..23fa84bf2e2 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_subs.c,v 1.145 2022/01/11 03:13:59 jsg Exp $ */ +/* $OpenBSD: nfs_subs.c,v 1.146 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) {