avoid stupidity

This commit is contained in:
Christian Grothoff 2016-07-13 14:19:24 +02:00
parent 1c1a4723fe
commit 81cb7d5241

View File

@ -186,7 +186,7 @@ test_setup_auction_data ()
{
uint16_t i;
ad = calloc (bidders, sizeof (struct BRANDT_Auction));
ad = GNUNET_new_array (bidders, struct BRANDT_Auction);
for (i = 0; i < bidders; i++)
{