diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-02 09:11:44 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-02 09:11:44 +0000 |
| commit | 0d13deb0e44afb80ec0a35e827548d891d48f6b6 (patch) | |
| tree | 7723807c1c17109104f6ebf3fea141e87a50ba46 /lib/parse_ini.c | |
| parent | 63897a417917907099b72f4e679890355a7a78a0 (diff) | |
| download | monitoring-plugins-0d13deb0e44afb80ec0a35e827548d891d48f6b6.tar.gz | |
- Add --enable-extra-opts configure option for compiling extra-opts support
- Auto-update po/pot files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1973 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/parse_ini.c')
| -rw-r--r-- | lib/parse_ini.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index aaba03e0..d5661c9e 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
| @@ -34,8 +34,8 @@ | |||
| 34 | #include <sys/stat.h> | 34 | #include <sys/stat.h> |
| 35 | #include <unistd.h> | 35 | #include <unistd.h> |
| 36 | 36 | ||
| 37 | /* FIXME: N::P dies if section is not found */ | 37 | /* TODO: die like N::P if section is not found */ |
| 38 | /* FIXME: N::P dies if config file is not found */ | 38 | /* TODO: die like N::P if config file is not found */ |
| 39 | 39 | ||
| 40 | /* np_ini_info contains the result of parsing a "locator" in the format | 40 | /* np_ini_info contains the result of parsing a "locator" in the format |
| 41 | * [stanza_name][@config_filename] (check_foo@/etc/foo.ini, for example) | 41 | * [stanza_name][@config_filename] (check_foo@/etc/foo.ini, for example) |
