aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/modecfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/modecfg.c')
-rw-r--r--src/pluto/modecfg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c
index 2fcc27deb..2fff7a3a0 100644
--- a/src/pluto/modecfg.c
+++ b/src/pluto/modecfg.c
@@ -357,6 +357,10 @@ modecfg_build_msg(struct state *st, pb_stream *rbody
{
attr_type = XAUTH_BASE;
}
+ else if (attr_type == XAUTH_ROOF)
+ {
+ attr_type = UNITY_BASE;
+ }
attr_set >>= 1;
}
}