summaryrefslogtreecommitdiff
path: root/plugins/sudoers/sudoers_hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/sudoers_hooks.c')
-rw-r--r--plugins/sudoers/sudoers_hooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/sudoers_hooks.c b/plugins/sudoers/sudoers_hooks.c
index d0610e0e1..738f93b38 100644
--- a/plugins/sudoers/sudoers_hooks.c
+++ b/plugins/sudoers/sudoers_hooks.c
@@ -101,7 +101,7 @@ sudoers_hook_getenv(const char *name, char **value, void *closure)
goto done;
}
if (strcmp(name, "LC_ALL") == 0 || strcmp(name, "LC_MESSAGES") == 0) {
- *value = def_sudoers_locale;
+ *value = (char *)def_sudoers_locale;
goto done;
}
}