summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_tcp.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-04-20 14:53:35 +0000
committerbms <bms@FreeBSD.org>2004-04-20 14:53:35 +0000
commit3641ef4e5faaed7c7c7ec89b2429b36a782503b9 (patch)
treee5ebd5da66cfd7f6a08e7264cb585294b1fbbda8 /sys/netipsec/xform_tcp.c
parente7e00f8d1464d059c91234244add749262a999e0 (diff)
downloadFreeBSD-src-3641ef4e5faaed7c7c7ec89b2429b36a782503b9.zip
FreeBSD-src-3641ef4e5faaed7c7c7ec89b2429b36a782503b9.tar.gz
Fix a debugging printf snafu.
Diffstat (limited to 'sys/netipsec/xform_tcp.c')
-rw-r--r--sys/netipsec/xform_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c
index e505596..27e85c1 100644
--- a/sys/netipsec/xform_tcp.c
+++ b/sys/netipsec/xform_tcp.c
@@ -86,7 +86,7 @@ tcpsignature_init(struct secasvar *sav, struct xformsw *xsp)
if (sav->spi != htonl(TCP_SIG_SPI)) {
DPRINTF(("%s: SPI must be TCP_SIG_SPI (0x1000)\n",
- __func__, sav->alg_auth));
+ __func__));
return (EINVAL);
}
if (sav->alg_auth != SADB_X_AALG_TCP_MD5) {
OpenPOWER on IntegriCloud