aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/call-agent.c')
-rw-r--r--sm/call-agent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index c2875626b..16fb10901 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -970,6 +970,8 @@ istrusted_status_cb (void *opaque, const char *line)
parm->flags.chain_model = 1;
else if (has_leading_keyword (line, "qual"))
parm->flags.qualified = 1;
+ else if (has_leading_keyword (line, "noconsent"))
+ parm->flags.noconsent = 1;
else if (has_leading_keyword (line, "de-vs"))
parm->flags.de_vs = 1;