Fixed minor bug with /setp when no value is given and that option does not exist

This commit is contained in:
Sebastien Helleu 2006-11-10 07:58:11 +00:00
parent 045ceb961f
commit 6729d8d6f2
2 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
return 1;
}
}
else
return 1;
}
/* failed to set plugin option */

View File

@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
return 1;
}
}
else
return 1;
}
/* failed to set plugin option */