From f015a51b9ba506aca53214cce3974fbf017d96fc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 8 Feb 2005 03:56:51 +0000 Subject: [PATCH] correct value for DID_USER --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.c b/env.c index 98bd3d34a..5e63d0c90 100644 --- a/env.c +++ b/env.c @@ -64,7 +64,7 @@ __unused static const char rcsid[] = "$Sudo$"; #undef DID_LOGNAME #define DID_LOGNAME 0x10 #undef DID_USER -#define DID_USER 0x12 +#define DID_USER 0x20 #undef VNULL #define VNULL (VOID *)NULL -- 2.40.0