Module Name:    src
Committed By:   maxv
Date:           Sat Mar  1 16:46:14 UTC 2014

Modified Files:
        src/sys/netinet: tcp_input.c

Log Message:
';;' -> ';'

no functional change

spotted by my code scanner

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 src/sys/netinet/tcp_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/tcp_input.c
diff -u src/sys/netinet/tcp_input.c:1.330 src/sys/netinet/tcp_input.c:1.331
--- src/sys/netinet/tcp_input.c:1.330	Tue Nov 12 09:02:05 2013
+++ src/sys/netinet/tcp_input.c	Sat Mar  1 16:46:14 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: tcp_input.c,v 1.330 2013/11/12 09:02:05 kefren Exp $	*/
+/*	$NetBSD: tcp_input.c,v 1.331 2014/03/01 16:46:14 maxv Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.330 2013/11/12 09:02:05 kefren Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.331 2014/03/01 16:46:14 maxv Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1100,7 +1100,7 @@ static void tcp_vtw_input(struct tcphdr 
 				/* We only support this in the !NOFDREF case, which
 				 * is to say: not here.
 				 */
-				goto dropwithreset;;
+				goto dropwithreset;
 			}
 			/*
 			 * If window is closed can only take segments at

Reply via email to