X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dccp_send.c;h=15a361babfa8570f61d2b51c15e60c83a8bab009;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=9e9372715c5fac244ed5943d74e3d98089859831;hpb=e3a7e12639c34fd86d48a072beb48add8c498d09;p=paraslash.git diff --git a/dccp_send.c b/dccp_send.c index 9e937271..15a361ba 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -147,7 +147,7 @@ static void dccp_post_monitor(__a_unused struct sched *s) shutdown_client(sc, dss); return; } - dfc = para_calloc(sizeof(*dfc)); + dfc = zalloc(sizeof(*dfc)); sc->private_data = dfc; k = OPT_UINT32_VAL(DCCP_DATA_SLICES_PER_GROUP); n = OPT_UINT32_VAL(DCCP_SLICES_PER_GROUP);