svn commit: r201503 - stable/6/sys/netipsec
Bjoern A. Zeeb
bz at FreeBSD.org
Mon Jan 4 14:58:25 UTC 2010
Author: bz
Date: Mon Jan 4 14:58:24 2010
New Revision: 201503
URL: http://svn.freebsd.org/changeset/base/201503
Log:
MFC r199897:
Remove whitespace.
Modified:
stable/6/sys/netipsec/xform_ipcomp.c
Directory Properties:
stable/6/sys/ (props changed)
stable/6/sys/contrib/pf/ (props changed)
stable/6/sys/dev/cxgb/ (props changed)
Modified: stable/6/sys/netipsec/xform_ipcomp.c
==============================================================================
--- stable/6/sys/netipsec/xform_ipcomp.c Mon Jan 4 14:56:16 2010 (r201502)
+++ stable/6/sys/netipsec/xform_ipcomp.c Mon Jan 4 14:58:24 2010 (r201503)
@@ -370,12 +370,12 @@ ipcomp_output(
switch (sav->sah->saidx.dst.sa.sa_family) {
#ifdef INET
case AF_INET:
- maxpacketsize = IP_MAXPACKET;
+ maxpacketsize = IP_MAXPACKET;
break;
#endif /* INET */
#ifdef INET6
case AF_INET6:
- maxpacketsize = IPV6_MAXPACKET;
+ maxpacketsize = IPV6_MAXPACKET;
break;
#endif /* INET6 */
default:
@@ -575,7 +575,7 @@ ipcomp_output_cb(struct cryptop *crp)
DPRINTF(("%s: unknown/unsupported protocol "
"family %d, IPCA %s/%08lx\n", __func__,
sav->sah->saidx.dst.sa.sa_family,
- ipsec_address(&sav->sah->saidx.dst),
+ ipsec_address(&sav->sah->saidx.dst),
(u_long) ntohl(sav->spi)));
error = EPFNOSUPPORT;
goto bad;
More information about the svn-src-all
mailing list