]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sync_filter.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / sync_filter.c
index 6fdf8e4664c8dce0b46ab233a85d8ef218a8a032..9c1767e41aaa4cd65c790a48ed6078cf98d43aaf 100644 (file)
@@ -102,7 +102,7 @@ static void sync_open(struct filter_node *fn)
        unsigned buddy_given;
        const struct lls_opt_result *r_b;
 
-       ctx = fn->private_data = para_calloc(sizeof(*ctx));
+       ctx = fn->private_data = zalloc(sizeof(*ctx));
        init_list_head(&ctx->buddies);
 
        /* create socket to listen for incoming packets */