prepended all ISAKMP notification message types with ISAKMP_

This commit is contained in:
Andreas Steffen
2009-10-12 13:47:22 +02:00
parent 68d23d2401
commit a86d534b4c
7 changed files with 158 additions and 158 deletions
+1 -1
View File
@@ -1205,7 +1205,7 @@ xauth_inI1(struct msg_digest *md)
if (stat != STF_OK)
{
/* notification payload - not exactly the right choice, but okay */
md->note = ATTRIBUTES_NOT_SUPPORTED;
md->note = ISAKMP_ATTRIBUTES_NOT_SUPPORTED;
return stat;
}