mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Fix a snafu caused while patching the previous fix from another branch.
This commit is contained in:
parent
9f5b7dea42
commit
671d06fb2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158316
@ -851,7 +851,6 @@ nfs_clnt_tcp_soupcall(struct socket *so, void *arg, int waitflag)
|
||||
nmp->nm_mountp->mnt_stat.f_mntfromname);
|
||||
goto mark_reconnect;
|
||||
}
|
||||
bcopy(mtod(mp, u_int32_t *), &len, sizeof(len));
|
||||
len = ntohl(len) & ~0x80000000;
|
||||
m_freem(mp);
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user