X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send_common.c;h=492f275d67e5560200460891aa74cfc120bf013b;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=4574c6979f2593b58d99471543e9542eb5fbe526;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/send_common.c b/send_common.c index 4574c697..492f275d 100644 --- a/send_common.c +++ b/send_common.c @@ -391,7 +391,7 @@ struct sender_client *accept_sender_client(struct sender_status *ss, fd_set *rfd if (ret < 0) goto close_fd_and_warn; ss->num_clients++; - sc = para_calloc(sizeof(*sc)); + sc = zalloc(sizeof(*sc)); sc->fd = fd; sc->name = para_strdup(remote_name(fd)); sc->cq = cq_new(MAX_CQ_BYTES);