summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a13aa0)
raw | patch | inline | side by side (parent: 9a13aa0)
author | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 07:16:18 +0000 (09:16 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 08:23:54 +0000 (10:23 +0200) |
src/ntpd.c | patch | blob | history |
diff --git a/src/ntpd.c b/src/ntpd.c
index bbc455f6dd0603a1f6135c52ae1b199ff57f24f2..540eb788e0b67e3e481be0b382373de5e5d96218 100644 (file)
--- a/src/ntpd.c
+++ b/src/ntpd.c
(items_num + pkt_item_num) * res_item_size);
if (items == NULL)
{
- items = *res_data;
ERROR ("ntpd plugin: realloc failed.");
continue;
}