diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2002-07-30 19:00:44 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2002-07-30 19:00:44 +0000 |
commit | 3b810110e53f5d95b8e082dff0f37dd4886f44ff (patch) | |
tree | fe0c7b4e0c82b256e7d3ff24b399256dc741ba97 /sys/nfs | |
parent | 7db20b468af03c21f55a7dbfad755779b0bc0932 (diff) |
Bug/type found by tedu
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index bb64187e180..93a498ac48b 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.29 2002/07/03 20:57:00 nate Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.30 2002/07/30 19:00:43 csapuntz Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -1182,7 +1182,7 @@ nfs_rephead(siz, nd, slp, err, frev, mrq, mbp, bposp) } *mrq = mreq; - if (mrq != NULL) + if (mbp != NULL) *mbp = mb; *bposp = bpos; if (err != 0 && err != NFSERR_RETVOID) |