Fix a snafu caused while patching the previous fix from another branch.

This commit is contained in:
Mohan Srinivasan 2006-05-05 18:12:13 +00:00
parent 9f5b7dea42
commit 671d06fb2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158316

View File

@ -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);
/*