diff options
author | 2003-06-09 10:12:52 +0000 | |
---|---|---|
committer | 2003-06-09 10:12:52 +0000 | |
commit | 123ee273bfaa3178e505766092eae1048d42500f (patch) | |
tree | 8260b341aed7c1c4e56fdbef0d104e868d2eeb40 /sys/netinet/tcp_debug.c | |
parent | backout following: (diff) | |
download | wireguard-openbsd-123ee273bfaa3178e505766092eae1048d42500f.tar.xz wireguard-openbsd-123ee273bfaa3178e505766092eae1048d42500f.zip |
typo (need to check ti6 instead of ti)
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r-- | sys/netinet/tcp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index b18e0715b52..8f0ceb91472 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_debug.c,v 1.17 2003/06/09 07:40:25 itojun Exp $ */ +/* $OpenBSD: tcp_debug.c,v 1.18 2003/06/09 10:12:52 itojun Exp $ */ /* $NetBSD: tcp_debug.c,v 1.10 1996/02/13 23:43:36 christos Exp $ */ /* @@ -146,7 +146,7 @@ tcp_trace(act, ostate, tp, headers, req, len) switch (tp->pf) { #ifdef INET6 case PF_INET6: - if (ti) { + if (ti6) { th = &ti6->ti6_t; td->td_ti6 = *ti6; } else |