X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_cmd_getthreshold.c;h=e6086f27193226c631f9bb7e4a8358c0dde545e2;hb=d7ad0d6a5533eacd589a1293f19905d8eeabbf39;hp=b2a0a23bfd892e7b77b6e24c4c1ad3934d69a6bc;hpb=e6798095bb2f063dd97619399575fef3e0fe501e;p=collectd.git diff --git a/src/utils_cmd_getthreshold.c b/src/utils_cmd_getthreshold.c index b2a0a23b..e6086f27 100644 --- a/src/utils_cmd_getthreshold.c +++ b/src/utils_cmd_getthreshold.c @@ -101,7 +101,8 @@ int handle_getthreshold (FILE *fh, char *buffer) status = parse_identifier (identifier_copy, &host, &plugin, &plugin_instance, - &type, &type_instance); + &type, &type_instance, + /* default_host = */ NULL); if (status != 0) { DEBUG ("handle_getthreshold: Cannot parse identifier `%s'.", identifier);