summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-03-15 21:51:43 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-03-15 21:51:43 (GMT)
commit252d9a78ccaf08a175bb4fcbf91145761d47780d (patch)
tree337d59c1a2780aac943937d9ec73b5888087c8d0
parent1a0ed0d6bb5ffa0991a91cd149d3ecaacb11e59f (diff)
downloadmonitoring-plugins-252d9a78ccaf08a175bb4fcbf91145761d47780d.tar.gz
Oops - this line shouldn't have been here (doesn't even work anyways) ;)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1949 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--lib/parse_ini.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c
index ade77e5..3f2aa3b 100644
--- a/lib/parse_ini.c
+++ b/lib/parse_ini.c
@@ -212,7 +212,6 @@ static int add_option(FILE *f, np_arg_list **optlst){
212 else optend=NULL; 212 else optend=NULL;
213 } 213 }
214 if(optend==NULL) optend=eqptr; 214 if(optend==NULL) optend=eqptr;
215//printf("o1: %c\n", *optptr[optend]);
216 --optend; 215 --optend;
217 /* ^[[:space:]]*=foo is a syntax error */ 216 /* ^[[:space:]]*=foo is a syntax error */
218 if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n")); 217 if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n"));