summaryrefslogtreecommitdiff
path: root/SubmittingPatches
diff options
context:
space:
mode:
Diffstat (limited to 'SubmittingPatches')
-rw-r--r--SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/SubmittingPatches b/SubmittingPatches
index 917cddbf2..280f11ef3 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) {