X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dccp_send.c;h=475177071c8428ca5a67ecf6966b5d796750b247;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=bca7ad6781e29d2bb1bea686d3971e02ede59909;hpb=5d27648bfa9921f158e700151296af3e4c4fe13c;p=paraslash.git diff --git a/dccp_send.c b/dccp_send.c index bca7ad67..47517707 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -148,7 +148,7 @@ static void dccp_post_select(fd_set *rfds, __a_unused fd_set *wfds) 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);