diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-06-09 10:12:53 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-06-09 10:12:53 +0000 |
commit | 76dec48ee61d92aa40c3575a43c83d570afdcbd2 (patch) | |
tree | d7928b1dfde5d7d12a0a415cc5455a0e5f066889 | |
parent | 8d1676992f6c6f897fde850e52a016d4c3cfc1fe (diff) |
typo (need to check ti6 instead of ti)
-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 |