X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fntpd.c;h=1071d0b34544aa773017f483381f69333f239234;hb=c8d167c5af263b6f56b39275fd5b281bdaf48b02;hp=4a31e455eece36ad595f8bbc41ac7ee6985c35e7;hpb=4de248994479ec6b32a0beb39a7bf9aca1a18387;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) {