projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6c1ee
)
LISTVAL command: Add missing cmd_destroy_listval().
author
Sebastian Harl
<sh@tokkee.org>
Sun, 5 Jun 2016 19:40:13 +0000
(21:40 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Sun, 25 Sep 2016 10:42:45 +0000
(12:42 +0200)
src/utils_cmd_listval.c
patch
|
blob
|
history
diff --git
a/src/utils_cmd_listval.c
b/src/utils_cmd_listval.c
index
b31cb1e
..
7e256f0
100644
(file)
--- a/
src/utils_cmd_listval.c
+++ b/
src/utils_cmd_listval.c
@@
-107,4
+107,9
@@
cmd_status_t cmd_handle_listval (FILE *fh, char *buffer)
free_everything_and_return (CMD_OK);
} /* cmd_status_t cmd_handle_listval */
+void cmd_destroy_listval (cmd_listval_t *listval __attribute__((unused)))
+{
+ /* nothing to do */
+} /* void cmd_destroy_listval */
+
/* vim: set sw=2 sts=2 ts=8 : */