]> granicus.if.org Git - sudo/commitdiff
Remove comment; NAME in usrinfo should be user name.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 19:37:00 +0000 (15:37 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 19:37:00 +0000 (15:37 -0400)
--HG--
branch : 1.7

aix.c

diff --git a/aix.c b/aix.c
index d2f2f66a8476c18a6469d1a2a14522b4c2efd711..fce2eeed707a10f424c1bd68c54b82f353dcfa7e 100644 (file)
--- a/aix.c
+++ b/aix.c
@@ -179,7 +179,6 @@ aix_prep_user(user, tty)
     int len;
 
     /* set usrinfo, like login(1) does */
-    /* XXX - should NAME field be pw_gecos? */
     len = easprintf(&info, "NAME=%s%cLOGIN=%s%cLOGNAME=%s%cTTY=%s%c",
        user, '\0', user, '\0', user, '\0', tty ? tty : "");
     (void)usrinfo(SETUINFO, info, len);