aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keydb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/keydb.c')
-rw-r--r--sm/keydb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keydb.c b/sm/keydb.c
index 411720513..b64e3f1df 100644
--- a/sm/keydb.c
+++ b/sm/keydb.c
@@ -580,6 +580,8 @@ open_context (ctrl_t ctrl, keydb_local_t *r_kbl)
return err;
}
+ /* We use D-lines in 2.4 for communication due to a bug with fd
+ * passing. See T6512. */
err = kbx_client_data_new (&kbl->kcd, kbl->ctx, 1);
if (err)
{