]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
Merge topic branch t/overflow into master
[paraslash.git] / dccp_send.c
index 9e9372715c5fac244ed5943d74e3d98089859831..15a361babfa8570f61d2b51c15e60c83a8bab009 100644 (file)
@@ -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);