From: Michael Tremer Date: Tue, 18 Mar 2025 17:20:01 +0000 (+0000) Subject: jail: Remove use of removed PTY flags X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bb1255000d59bba65638a06ebb64a3f9a662c75;p=pakfire.git jail: Remove use of removed PTY flags Signed-off-by: Michael Tremer --- 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... } /*