From 93ca5e645128b68ee1ee2d17fe09c683930d76b7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Sep 2010 10:27:45 -0400 Subject: [PATCH] Update comment to reality. --HG-- branch : 1.7 --- sudo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. */ -- 2.40.0