X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.c;h=bf4300e4d9ad494a3eaf1054d63e139a324fbb50;hb=5b07039b0712bee0f19749d63116a10fb08a2d8b;hp=12ca03c73135d8e6e80596fba7793b02580ac7af;hpb=9b9230a0a79c670b86f54fadd2807b864ff9d91f;p=tinc diff --git a/src/subnet.c b/src/subnet.c index 12ca03c7..bf4300e4 100644 --- a/src/subnet.c +++ b/src/subnet.c @@ -79,7 +79,7 @@ void free_subnet_tree(splay_tree_t *subnet_tree) { /* Allocating and freeing space for subnets */ subnet_t *new_subnet(void) { - return xmalloc_and_zero(sizeof(subnet_t)); + return xzalloc(sizeof(subnet_t)); } void free_subnet(subnet_t *subnet) {