diff options
Diffstat (limited to 'src/pluto/modecfg.c')
-rw-r--r-- | src/pluto/modecfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c index 66c46c17c..ae455472a 100644 --- a/src/pluto/modecfg.c +++ b/src/pluto/modecfg.c @@ -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; } |