From 2aa0bc2a33449a154e643209b4a5415b1b186123 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 24 Feb 2012 17:26:57 +0100 Subject: [PATCH] core: name default interface as "default" --- core/AmConfig.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/AmConfig.cpp b/core/AmConfig.cpp index 1e060a0d..fc9c74bc 100644 --- a/core/AmConfig.cpp +++ b/core/AmConfig.cpp @@ -619,6 +619,7 @@ static int readInterface(AmConfigReader& cfg, const string& i_name) AmConfig::Ifs.push_back(intf); } else { + intf.name = "default"; AmConfig::Ifs[0] = intf; }