X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=SubmittingPatches;h=280f11ef353cb13a9ba70fd2506a4f0026bc6fa6;hb=ee9bed06cd2794ced29190b6c6539993159d76f5;hp=917cddbf26ebabf0da6e89f4e2b33b99b8afa7e2;hpb=39fb08818bbd9c438dbf23caa89937c663451b5a;p=openvswitch diff --git a/SubmittingPatches b/SubmittingPatches index 917cddbf..280f11ef 100644 --- a/SubmittingPatches +++ b/SubmittingPatches @@ -193,7 +193,7 @@ index 32647ea..00cffbc 100644 /* Get rid of deleted bridges and add new bridges. */ svec_sort(&old_br); @@ -793,7 +780,7 @@ bridge_create(const char *name) - br = xcalloc(1, sizeof *br); + br = xzalloc(sizeof *br); error = dpif_create(name, &br->dpif); - if (error == EEXIST) {