---
Just a tiny one ;)

Thomas

 src/pluto/spdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



diff --git a/src/pluto/spdb.c b/src/pluto/spdb.c
index 06fe7d7..bfd2520 100644
--- a/src/pluto/spdb.c
+++ b/src/pluto/spdb.c
@@ -2070,7 +2070,7 @@ parse_ipsec_sa_body(
 						if (esp_attrs.auth == AUTH_ALGORITHM_NONE)
 						{
 							loglog(RC_LOG_SERIOUS, "ESP_NULL requires auth algorithm");
-							return BAD_PROPOSAL_SYNTAX;
+							return ISAKMP_BAD_PROPOSAL_SYNTAX;
 						}
 						if (st->st_policy & POLICY_ENCRYPT)
 						{


_______________________________________________
Dev mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/dev

Reply via email to