X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb.c;h=d4a27d40ea3491c87305aa4e1892f29527895951;hb=933369b1194bce82bffa8cc1ccfdf82782cc5cde;hp=aad84152bef1bd26288460b5f0c3b71fec905645;hpb=c5f341ab193b9126dffef8c77bf8ed35e91290fd;p=openvswitch diff --git a/ovsdb/ovsdb.c b/ovsdb/ovsdb.c index aad84152..d4a27d40 100644 --- a/ovsdb/ovsdb.c +++ b/ovsdb/ovsdb.c @@ -132,7 +132,7 @@ static size_t root_set_size(const struct ovsdb_schema *schema) { struct shash_node *node; - size_t n_root; + size_t n_root = 0; SHASH_FOR_EACH (node, &schema->tables) { struct ovsdb_table_schema *table = node->data;