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
This commit is contained in:
Thomas Guyot-Sionnest 2008-03-15 21:51:43 +00:00
parent 1a0ed0d6bb
commit 252d9a78cc

View file

@ -212,7 +212,6 @@ static int add_option(FILE *f, np_arg_list **optlst){
else optend=NULL;
}
if(optend==NULL) optend=eqptr;
//printf("o1: %c\n", *optptr[optend]);
--optend;
/* ^[[:space:]]*=foo is a syntax error */
if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n"));