diff options
Diffstat (limited to 'sys/netinet6')
-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 e47476d..37a4654 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; { |