summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ee6787)
raw | patch | inline | side by side (parent: 7ee6787)
author | Florian Forster <octo@noris.net> | |
Wed, 8 Dec 2010 12:23:41 +0000 (13:23 +0100) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 8 Dec 2010 12:23:41 +0000 (13:23 +0100) |
src/unixsock.c | patch | blob | history |
diff --git a/src/unixsock.c b/src/unixsock.c
index 6de1395662161a66aaacafa389efa1e680583bf9..d729477bbc54db999322dedfe581834dc9725c21 100644 (file)
--- a/src/unixsock.c
+++ b/src/unixsock.c
#include "utils_cmd_flush.h"
#include "utils_cmd_getval.h"
-#include "utils_cmd_getthreshold.h"
#include "utils_cmd_listval.h"
#include "utils_cmd_putval.h"
#include "utils_cmd_putnotif.h"
{
handle_getval (fhout, buffer);
}
- else if (strcasecmp (fields[0], "getthreshold") == 0)
- {
- handle_getthreshold (fhout, buffer);
- }
else if (strcasecmp (fields[0], "putval") == 0)
{
handle_putval (fhout, buffer);