brcompatd: Fix typo in previous commit.
authorBen Pfaff <blp@nicira.com>
Thu, 14 May 2009 22:35:47 +0000 (15:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 14 May 2009 22:35:47 +0000 (15:35 -0700)
vswitchd/brcompatd.c

index d456b89584b8052440dce2b6b68405196d07e749..929f277c02f406706cbbb9ed3b6eb9199eed45b8 100644 (file)
@@ -247,7 +247,7 @@ prune_ports(void)
              * practice, they might not exist if vswitchd hasn't finished
              * reloading since the configuration file was updated. */
             if (!strcmp(iface_name, br_name)
-                || cfg_get_bool(0, "iface.%s.internal", if_name)) {
+                || cfg_get_bool(0, "iface.%s.internal", iface_name)) {
                 continue;
             }