aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afb-export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-export.c b/src/afb-export.c
index 811ecb5e..e9d5d9ad 100644
--- a/src/afb-export.c
+++ b/src/afb-export.c
@@ -1766,5 +1766,6 @@ void afb_export_process_xreq(struct afb_export *export, struct afb_xreq *xreq)
void afb_export_context_init(struct afb_export *export, struct afb_context *context)
{
afb_context_init(context, export->session, NULL);
+ context->validated = 1;
}