vswitchd: Create all interfaces at the same time.
[openvswitch] / ovsdb / file.c
index 846f55668e5f61bb7dad7ebeb1663cb1ceb7a227..ddb443a1121b1a399b8885c535bd45f5c7f96440 100644 (file)
@@ -427,7 +427,7 @@ ovsdb_file_save_copy__(const char *file_name, int locking,
         const struct ovsdb_table *table = node->data;
         const struct ovsdb_row *row;
 
-        HMAP_FOR_EACH (row, struct ovsdb_row, hmap_node, &table->rows) {
+        HMAP_FOR_EACH (row, hmap_node, &table->rows) {
             ovsdb_file_txn_add_row(&ftxn, NULL, row, NULL);
         }
     }