mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Minor warning/error cleanup
This commit is contained in:
@@ -286,7 +286,7 @@ sudo_putenv(char *str, int dupcheck, int overwrite)
|
||||
|
||||
#ifdef ENV_DEBUG
|
||||
if (env.envp[env.env_len] != NULL)
|
||||
errorx(1, _("sudo_putenv: corrupted envp, len mismatch"));
|
||||
errorx(1, _("sudo_putenv: corrupted envp, length mismatch"));
|
||||
#endif
|
||||
|
||||
if (dupcheck) {
|
||||
|
Reference in New Issue
Block a user