git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Thomas Guyot-Sionnest 2008-08-21 09:41:11 +00:00
parent c532a4a05d
commit 873619fffb

View file

@ -184,7 +184,7 @@ char *extract_value(const char *varlist, const char *name){
int i;
while (1) {
/* Strip any leading space */
/* Strip any leading space */
for (varlist; isspace(varlist[0]); varlist++);
if (strncmp(name, varlist, strlen(name)) == 0) {