screen-devel
[Top][All Lists]
Advanced

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

[screen-devel] [bug #37437] -X option ignores specified user in multiuse


From: Taj Morton
Subject: [screen-devel] [bug #37437] -X option ignores specified user in multiuser environment
Date: Mon, 04 Feb 2013 15:58:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17

Follow-up Comment #2, bug #37437 (project screen):

Oops, formatting fail (no preview button!?). Let's try again:


--- 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 = "";




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37437>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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