X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fntpd.c;h=1071d0b34544aa773017f483381f69333f239234;hb=ed0fdc3622bc6c3a2bc9566023bd576de8abff27;hp=4a31e455eece36ad595f8bbc41ac7ee6985c35e7;hpb=17b60946497048b34b417aa0497607f3aa6a34f3;p=collectd.git diff --git a/src/ntpd.c b/src/ntpd.c index 4a31e455..1071d0b3 100644 --- a/src/ntpd.c +++ b/src/ntpd.c @@ -663,7 +663,7 @@ static int ntpd_receive_response (int *res_items, int *res_size, */ DEBUG ("realloc (%p, %zu)", (void *) *res_data, (items_num + pkt_item_num) * res_item_size); - items = realloc ((void *) *res_data, + items = realloc (*res_data, (items_num + pkt_item_num) * res_item_size); if (items == NULL) {