mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-14 00:03:32 -05:00
Nothing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
c532a4a05d
commit
873619fffb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue