Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet initialize off
details: https://anonhg.NetBSD.org/src/rev/a3f6499ad037
branches: trunk
changeset: 554078:a3f6499ad037
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 25 08:13:28 2003 +0000
description:
initialize off
diffstat:
sys/netinet/tcp_subr.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e4642e217c6c -r a3f6499ad037 sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c Sat Oct 25 07:53:12 2003 +0000
+++ b/sys/netinet/tcp_subr.c Sat Oct 25 08:13:28 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp_subr.c,v 1.157 2003/10/22 05:55:54 thorpej Exp $ */
+/* $NetBSD: tcp_subr.c,v 1.158 2003/10/25 08:13:28 christos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -98,7 +98,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.157 2003/10/22 05:55:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.158 2003/10/25 08:13:28 christos Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@@ -1392,6 +1392,7 @@
m = NULL;
ip6 = NULL;
sa6_src = &sa6_any;
+ off = 0;
}
if (ip6) {
Home |
Main Index |
Thread Index |
Old Index