Author: sayer
Date: 2008-09-23 16:37:36 +0200 (Tue, 23 Sep 2008)
New Revision: 1084

Modified:
   trunk/core/AmB2ABSession.cpp
Log:
'connector' member not initialized in AmB2ABSession. Patch by Rui Jin Zheng 
rjzheng at boronetworks

Modified: trunk/core/AmB2ABSession.cpp
===================================================================
--- trunk/core/AmB2ABSession.cpp        2008-09-22 15:43:09 UTC (rev 1083)
+++ trunk/core/AmB2ABSession.cpp        2008-09-23 14:37:36 UTC (rev 1084)
@@ -40,7 +40,8 @@
 
 AmB2ABSession::AmB2ABSession(const string& other_local_tag)
   : other_id(other_local_tag),
-    AmSession()
+    AmSession(),
+    connector(NULL)
 {}
 
 

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

Reply via email to