diff options
author | 2020-09-22 19:20:21 +0000 | |
---|---|---|
committer | 2020-09-22 19:20:21 +0000 | |
commit | 84990c78290f02208cd98a86a307a3dcc70e6730 (patch) | |
tree | cd872c99f7c8a1ec6e8b8bfeec04d67ab336dd4f /sys | |
parent | Allow handling long lines in an aliases table. (diff) | |
download | wireguard-openbsd-84990c78290f02208cd98a86a307a3dcc70e6730.tar.xz wireguard-openbsd-84990c78290f02208cd98a86a307a3dcc70e6730.zip |
whitespace
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ipsec_output.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ipsec_output.c b/sys/netinet/ipsec_output.c index ed4551d1f47..98000ccceff 100644 --- a/sys/netinet/ipsec_output.c +++ b/sys/netinet/ipsec_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_output.c,v 1.77 2020/06/24 22:03:43 cheloha Exp $ */ +/* $OpenBSD: ipsec_output.c,v 1.78 2020/09/22 19:20:21 tobhe Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * @@ -360,8 +360,8 @@ ipsp_process_packet(struct mbuf *m, struct tdb *tdb, int af, int tunalready) goto drop; } - ipsecstat_add(ipsec_ouncompbytes, m->m_pkthdr.len); - tdb->tdb_ouncompbytes += m->m_pkthdr.len; + ipsecstat_add(ipsec_ouncompbytes, m->m_pkthdr.len); + tdb->tdb_ouncompbytes += m->m_pkthdr.len; /* Non expansion policy for IPCOMP */ if (tdb->tdb_sproto == IPPROTO_IPCOMP) { |