From: Todd C. Miller Date: Tue, 7 Sep 2010 14:27:45 +0000 (-0400) Subject: Update comment to reality. X-Git-Tag: SUDO_1_7_5~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93ca5e645128b68ee1ee2d17fe09c683930d76b7;p=sudo Update comment to reality. --HG-- branch : 1.7 --- diff --git a/sudo.c b/sudo.c index f6282d527..151532f17 100644 --- a/sudo.c +++ b/sudo.c @@ -643,9 +643,7 @@ init_vars(envp) } /* - * Get a local copy of the user's struct passwd with the shadow password - * if necessary. It is assumed that euid is 0 at this point so we - * can read the shadow passwd file if necessary. + * Stash a local copy of the user's struct passwd. */ if ((sudo_user.pw = sudo_getpwuid(getuid())) == NULL) { /* Need to make a fake struct passwd for logging to work. */