Module: sems
Branch: 1.4
Commit: 2aa0bc2a33449a154e643209b4a5415b1b186123
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=2aa0bc2a33449a154e643209b4a5415b1b186123

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 1e060a0..fc9c74b 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;
   }
 

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

Reply via email to