Fix typo in last commit.

Approved by:	rwatson
This commit is contained in:
Peter Grehan 2005-05-01 13:06:05 +00:00
parent f468e837a1
commit 73fddedac8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145771

View File

@ -754,7 +754,7 @@ tcp_usr_send(struct socket *so, int flags, struct mbuf *m,
INP_UNLOCK(inp);
if (!unlocked)
INP_INFO_WUNLOCK(&tcbinfo);
return (error):
return (error);
}
/*