]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/locale-util.c
env-util: rename getenv_bool_secure() → secure_getenv_bool()
[thirdparty/systemd.git] / src / basic / locale-util.c
index e6da5dbc631d07eb753c5a7a7f423b1ba0e53d68..23565273dd2fceb61dbed0c3e852de22edc21644 100644 (file)
@@ -295,7 +295,7 @@ bool is_locale_utf8(void) {
         if (cached_answer >= 0)
                 goto out;
 
-        r = getenv_bool_secure("SYSTEMD_UTF8");
+        r = secure_getenv_bool("SYSTEMD_UTF8");
         if (r >= 0) {
                 cached_answer = r;
                 goto out;