From 189e2aa344b28a2cb5b5783450de201a9b2e3110 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Mon, 27 Jan 2014 08:35:23 -0500 Subject: Rename MP_STATE_DIRECTORY to MP_STATE_PATH --- lib/utils_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/utils_base.c') diff --git a/lib/utils_base.c b/lib/utils_base.c index fdd7d23c..f5f75067 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c @@ -417,10 +417,10 @@ void _cleanup_state_data() { char* _np_state_calculate_location_prefix(){ char *env_dir; - /* Do not allow passing MP_STATE_DIRECTORY in setuid plugins + /* Do not allow passing MP_STATE_PATH in setuid plugins * for security reasons */ if (mp_suid() == FALSE) { - env_dir = getenv("MP_STATE_DIRECTORY"); + env_dir = getenv("MP_STATE_PATH"); if(env_dir && env_dir[0] != '\0') return env_dir; /* This is the former ENV, for backward-compatibility */ -- cgit v1.2.3-74-g34f1