aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/utils_base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c
index 5c838d1d..fdd7d23c 100644
--- a/lib/utils_base.c
+++ b/lib/utils_base.c
@@ -420,7 +420,6 @@ char* _np_state_calculate_location_prefix(){
/* Do not allow passing MP_STATE_DIRECTORY in setuid plugins
* for security reasons */
if (mp_suid() == FALSE) {
- /* FIXME: Undocumented */
env_dir = getenv("MP_STATE_DIRECTORY");
if(env_dir && env_dir[0] != '\0')
return env_dir;