mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Fix style(9) bugs introduced in the last commit.
Pointed out by: bde
This commit is contained in:
parent
997ede1de7
commit
d30d90dc80
2 changed files with 6 additions and 6 deletions
|
|
@ -780,11 +780,11 @@ findpcb:
|
|||
#ifdef TCPDEBUG
|
||||
if (so->so_options & SO_DEBUG) {
|
||||
ostate = tp->t_state;
|
||||
if (isipv6) {
|
||||
#ifdef INET6
|
||||
if (isipv6)
|
||||
bcopy((char *)ip6, (char *)tcp_saveipgen, sizeof(*ip6));
|
||||
else
|
||||
#endif /* INET6 */
|
||||
#endif
|
||||
} else
|
||||
bcopy((char *)ip, (char *)tcp_saveipgen, sizeof(*ip));
|
||||
tcp_savetcp = *th;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -780,11 +780,11 @@ findpcb:
|
|||
#ifdef TCPDEBUG
|
||||
if (so->so_options & SO_DEBUG) {
|
||||
ostate = tp->t_state;
|
||||
if (isipv6) {
|
||||
#ifdef INET6
|
||||
if (isipv6)
|
||||
bcopy((char *)ip6, (char *)tcp_saveipgen, sizeof(*ip6));
|
||||
else
|
||||
#endif /* INET6 */
|
||||
#endif
|
||||
} else
|
||||
bcopy((char *)ip, (char *)tcp_saveipgen, sizeof(*ip));
|
||||
tcp_savetcp = *th;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue