Code

- Add --enable-extra-opts configure option for compiling extra-opts support
[nagiosplug.git] / lib / parse_ini.c
index aaba03e060b3551e83f6191b516b07badeec85ee..d5661c9e70755146e212d75ee7eb97a5638c242e 100644 (file)
@@ -34,8 +34,8 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-/* FIXME: N::P dies if section is not found */
-/* FIXME: N::P dies if config file is not found */
+/* TODO: die like N::P if section is not found */
+/* TODO: die like N::P if config file is not found */
 
 /* np_ini_info contains the result of parsing a "locator" in the format
  * [stanza_name][@config_filename] (check_foo@/etc/foo.ini, for example)