X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Funixsock.c;h=73037e49b2e2b7a05739139c92911e1d3a33734d;hb=c53c496b6db4e11fd8aed8df9556dad481220196;hp=897ebfc5aef8df149a18e131d1b8b0d3b2b1587b;hpb=6108316e4008edce45c6d861b49e339c1360181f;p=collectd.git diff --git a/src/unixsock.c b/src/unixsock.c index 897ebfc5..73037e49 100644 --- a/src/unixsock.c +++ b/src/unixsock.c @@ -289,7 +289,7 @@ static void *us_handle_client (void *arg) if (strcasecmp (fields[0], "getval") == 0) { - handle_getval (fhout, buffer); + cmd_handle_getval (fhout, buffer); } else if (strcasecmp (fields[0], "getthreshold") == 0) {