X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstp.c;h=cf1b2f981c559d139ffcb3439f1e3430587d7662;hb=c75d15113c56e30ea5a1ace777cd3105c7b750d3;hp=87230bd9a27fd7c1979b38dc9982f5eaab45cc02;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/lib/stp.c b/lib/stp.c index 87230bd9..cf1b2f98 100644 --- a/lib/stp.c +++ b/lib/stp.c @@ -214,7 +214,7 @@ stp_create(const char *name, stp_identifier bridge_id, struct stp *stp; struct stp_port *p; - stp = xcalloc(1, sizeof *stp); + stp = xzalloc(sizeof *stp); stp->name = xstrdup(name); stp->bridge_id = bridge_id; if (!(stp->bridge_id >> 48)) {