Allow parsing plugin_instance in parse_option().
authorTommie Gannert <tommie@spotify.com>
Thu, 7 Mar 2013 08:10:03 +0000 (09:10 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 25 Mar 2013 06:39:45 +0000 (07:39 +0100)
commitecdfcecbc70b51de12ed695fbace42e6076473c1
treeff09acb11242781eb9fae7788b5bdd2e7a89377d
parentdee89f856ffba3fcfccf530cd98f4d515bb46728
Allow parsing plugin_instance in parse_option().

isalnum() is not enough to catch the underscore.

Signed-off-by: Florian Forster <octo@collectd.org>
src/utils_parse_option.c