diff --git a/src/pty/ptyc_pty_ctx.c b/src/pty/ptyc_pty_ctx.c index f903523..f0e416d 100644 --- a/src/pty/ptyc_pty_ctx.c +++ b/src/pty/ptyc_pty_ctx.c @@ -196,12 +196,6 @@ int ptyc_alloc_pty(struct ptyc_driver_ctx * dctx) return ptyc_set_status( dctx,status); - if (!dctx->units[0] - && !(cctx->drvflags & PTYC_DRIVER_DBG_OVEN) - && !(cctx->drvflags & PTYC_DRIVER_DBG_RAW)) - return ptyc_set_status( - dctx,NT_STATUS_SUCCESS); - if ((status = ptyc_pts_open(cctx))) return ptyc_set_status( dctx,status);