From 1bb1255000d59bba65638a06ebb64a3f9a662c75 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 18 Mar 2025 17:20:01 +0000 Subject: [PATCH] jail: Remove use of removed PTY flags Signed-off-by: Michael Tremer --- src/pakfire/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/jail.c b/src/pakfire/jail.c index cf138530..55898878 100644 --- a/src/pakfire/jail.c +++ b/src/pakfire/jail.c @@ -1415,7 +1415,7 @@ static int __pakfire_jail_exec(struct pakfire_jail* jail, // Otherwise we dump everything to the console } else { - pty_flags |= PAKFIRE_PTY_CONNECT_STDOUT|PAKFIRE_PTY_CONNECT_STDERR; + // XXX Need to find a solution about what to do here... } /* -- 2.39.5