From 73fddedac87ffb577bd8bb316d235adc18592a67 Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Sun, 1 May 2005 13:06:05 +0000 Subject: [PATCH] Fix typo in last commit. Approved by: rwatson --- sys/netinet/tcp_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 310d52d89399..aa28703d2a83 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -754,7 +754,7 @@ out: INP_UNLOCK(inp); if (!unlocked) INP_INFO_WUNLOCK(&tcbinfo); - return (error): + return (error); } /*