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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 4ad7059a5..75ae3f677 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -967,6 +967,10 @@ istrusted_status_cb (void *opaque, const char *line)
return gpg_error_from_syserror ();
strcpy (ci->fpr, s);
memset (&ci->flags, 0, sizeof ci->flags);
+
+ if ((opt.compat_flags & COMPAT_DE_VS_TRUSTLIST))
+ parm->flags.de_vs = 1;
+
ci->next = parm->cache;
parm->cache = ci;
}