X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fntpd.c;h=540eb788e0b67e3e481be0b382373de5e5d96218;hb=903a58aa61577c6cab6614bd9b25a8d005cee3f7;hp=bbc455f6dd0603a1f6135c52ae1b199ff57f24f2;hpb=842c1a2d2a640151a89b9de7f4acd3b6a058c799;p=collectd.git diff --git a/src/ntpd.c b/src/ntpd.c index bbc455f6..540eb788 100644 --- a/src/ntpd.c +++ b/src/ntpd.c @@ -664,7 +664,6 @@ static int ntpd_receive_response (int *res_items, int *res_size, (items_num + pkt_item_num) * res_item_size); if (items == NULL) { - items = *res_data; ERROR ("ntpd plugin: realloc failed."); continue; }