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; }