X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Funixsock.c;h=73037e49b2e2b7a05739139c92911e1d3a33734d;hb=6e6c1eecf05ac8bc9e59b0967cb87e578253d5a0;hp=3098aa83e343d95634c34d8ed33e46b4459fe670;hpb=938471bee8cc86d32615144c5037f17338b19e70;p=collectd.git diff --git a/src/unixsock.c b/src/unixsock.c index 3098aa83..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) { @@ -301,7 +301,7 @@ static void *us_handle_client (void *arg) } else if (strcasecmp (fields[0], "listval") == 0) { - handle_listval (fhout, buffer); + cmd_handle_listval (fhout, buffer); } else if (strcasecmp (fields[0], "putnotif") == 0) {