diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-27 07:18:06 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-27 07:18:06 (GMT) |
commit | 4a10a9493acaf1f12da12ef4881e2abacec1373a (patch) | |
tree | 40659d95a685525bff07250d9f81a38b64612915 /lib | |
parent | 754cd092aea7d0f45f02c4fa695c827f7e81c5b2 (diff) | |
download | monitoring-plugins-4a10a9493acaf1f12da12ef4881e2abacec1373a.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils_base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c index 5c838d1..fdd7d23 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c | |||
@@ -420,7 +420,6 @@ char* _np_state_calculate_location_prefix(){ | |||
420 | /* Do not allow passing MP_STATE_DIRECTORY in setuid plugins | 420 | /* Do not allow passing MP_STATE_DIRECTORY in setuid plugins |
421 | * for security reasons */ | 421 | * for security reasons */ |
422 | if (mp_suid() == FALSE) { | 422 | if (mp_suid() == FALSE) { |
423 | /* FIXME: Undocumented */ | ||
424 | env_dir = getenv("MP_STATE_DIRECTORY"); | 423 | env_dir = getenv("MP_STATE_DIRECTORY"); |
425 | if(env_dir && env_dir[0] != '\0') | 424 | if(env_dir && env_dir[0] != '\0') |
426 | return env_dir; | 425 | return env_dir; |