X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fntpd.c;h=540eb788e0b67e3e481be0b382373de5e5d96218;hb=9c3ed6462c15fd1cb664cd0ec2a5efb289aa1af6;hp=bbc455f6dd0603a1f6135c52ae1b199ff57f24f2;hpb=5eb71045f1d3b72b17e922a86b5014f68345b5b3;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; }