From 4a10a9493acaf1f12da12ef4881e2abacec1373a Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Mon, 27 Jan 2014 02:18:06 -0500 Subject: And release notes for previous change (MP_STATE_DIRECTORY) The change has also been updated in https://www.monitoring-plugins.org/doc/state-retention.html --- lib/utils_base.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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; -- cgit v1.2.3