screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [screen-devel] [bug #37437] -X option ignores specified user in mult


From: Thomas Renninger
Subject: Re: [screen-devel] [bug #37437] -X option ignores specified user in multiuser environment
Date: Tue, 12 Feb 2013 00:10:16 +0100
User-agent: KMail/4.8.5 (Linux/3.4.11-2.16-desktop; KDE/4.8.5; x86_64; ; )

On Monday, February 04, 2013 03:55:30 PM Taj Morton wrote:
> Follow-up Comment #1, bug #37437 (project screen):
> 
> I just ran into this the other day as well. The following patch fixes the
> bug:
> 
> 
> --- screen.c-orig 2013-02-03 13:44:35.039601124 -0800
> +++ screen.c 2013-02-03 13:44:13.463601460 -0800
> @@ -1069,6 +1069,10 @@
>      {
>        char *sty = 0;
> 
> +#ifdef MULTIUSER
> +      if (multi)
> + real_uid = multi_uid;
> +#endif
>        /* attach_tty is not mandatory */
>        if ((attach_tty = ttyname(0)) == 0)
>          attach_tty = "";

This does not seem to match the master branch of:
git://git.savannah.gnu.org/screen
?

    Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]