From 0c2c8510dd1a8d8bc77901fe3717a3d32701f22f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 May 2009 15:35:47 -0700 Subject: [PATCH] brcompatd: Fix typo in previous commit. --- vswitchd/brcompatd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/brcompatd.c b/vswitchd/brcompatd.c index d456b895..929f277c 100644 --- a/vswitchd/brcompatd.c +++ b/vswitchd/brcompatd.c @@ -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; } -- 2.30.2