X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=udp_send.c;h=baeec439fac345ce7856891a25fe38d84a363267;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=68d75e3c3ef87dc089a3a1eec4d59fb647e73e44;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/udp_send.c b/udp_send.c index 68d75e3c..baeec439 100644 --- a/udp_send.c +++ b/udp_send.c @@ -326,8 +326,8 @@ static int udp_com_add(struct sender_command_data *scd) sc->name); return -E_TARGET_EXISTS; } - ut = para_calloc(sizeof(*ut)); - sc = para_calloc(sizeof(*sc)); + ut = zalloc(sizeof(*ut)); + sc = zalloc(sizeof(*sc)); ut->fcp.slices_per_group = scd->slices_per_group; ut->fcp.data_slices_per_group = scd->data_slices_per_group; ut->fcp.init_fec = udp_init_fec;