summaryrefslogtreecommitdiffhomepage
path: root/src/pty/ptyc_pty_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty/ptyc_pty_ctx.c')
-rw-r--r--src/pty/ptyc_pty_ctx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pty/ptyc_pty_ctx.c b/src/pty/ptyc_pty_ctx.c
index f0e416d..99d8c69 100644
--- a/src/pty/ptyc_pty_ctx.c
+++ b/src/pty/ptyc_pty_ctx.c
@@ -200,6 +200,10 @@ int ptyc_alloc_pty(struct ptyc_driver_ctx * dctx)
return ptyc_set_status(
dctx,status);
+ if ((status = ptyc_set_client_info(cctx->hpts,&ictx->clctx.clinfo)))
+ return ptyc_set_status(
+ dctx,status);
+
if (cctx->drvflags & PTYC_DRIVER_DBG_RAW)
if ((status = ptyc_make_raw(cctx->hpts)))
return ptyc_set_status(