Module: sems
Branch: master
Commit: 178c71cc939371214a87d629369158e6a597330d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=178c71cc939371214a87d629369158e6a597330d

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Fri Feb 24 17:26:57 2012 +0100

core: name default interface as "default"

---

 core/AmConfig.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/core/AmConfig.cpp b/core/AmConfig.cpp
index 2a9c57e..a81335f 100644
--- a/core/AmConfig.cpp
+++ b/core/AmConfig.cpp
@@ -660,6 +660,7 @@ static int readInterface(AmConfigReader& cfg, const string& 
i_name)
     AmConfig::Ifs.push_back(intf);
   }
   else {
+    intf.name = "default";
     AmConfig::Ifs[0] = intf;
   }
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to