diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-11-15 05:37:13 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-11-15 05:37:13 +0000 |
commit | c28ac7f842534bc98e439bdab1328dbeb68357ef (patch) | |
tree | d797df0718db523eada0cbcfbcce934f8acffdf3 | |
parent | 7be232f1ae8a6f343ef9576862f3f72dc3baa7f1 (diff) |
Notes
-rw-r--r-- | sys/netinet6/esp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/esp_output.c b/sys/netinet6/esp_output.c index e47476d50bb79..37a46548d6974 100644 --- a/sys/netinet6/esp_output.c +++ b/sys/netinet6/esp_output.c @@ -585,7 +585,7 @@ esp_output(m, nexthdrp, md, isr, af) goto noantireplay; if (!sav->key_auth) goto noantireplay; - if (sav->key_auth == SADB_AALG_NONE) + if (sav->alg_auth == SADB_AALG_NONE) goto noantireplay; { |