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

This commit is contained in:
mohans 2006-05-05 18:12:13 +00:00
parent a10657a423
commit cbd19813ff

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