Fix a debugging printf snafu.

This commit is contained in:
Bruce M Simpson 2004-04-20 14:53:35 +00:00
parent e885d52740
commit 3a2366dc0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128478

View File

@ -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) {