fixup previous refactoring
authormbuhl <mbuhl@openbsd.org>
Wed, 12 Jan 2022 20:17:08 +0000 (20:17 +0000)
committermbuhl <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

index 6761779..23fa84b 100644 (file)
@@ -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) {