]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 00dff8a8c28d8753b000ce7fbb9c7b47ecc63ba3..c6c57845e0b7f682e2fbe6d697e09b2403f9b899 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -671,7 +671,7 @@ size_t vss_get_fec_eof_packet(const char **buf)
 struct fec_client *vss_add_fec_client(struct sender_client *sc,
                                      struct fec_client_parms *fcp)
 {
-       struct fec_client *fc = para_calloc(sizeof(*fc));
+       struct fec_client *fc = zalloc(sizeof(*fc));
 
        fc->sc  = sc;
        fc->fcp = fcp;