Author: sayer
Date: 2008-09-23 16:38:46 +0200 (Tue, 23 Sep 2008)
New Revision: 1085
Modified:
branches/1.0.0/core/AmB2ABSession.cpp
Log:
backport from trunk: 'connector' member not initialized in AmB2ABSession. Patch
by Rui Jin Zheng rjzheng at boronetworks
Modified: branches/1.0.0/core/AmB2ABSession.cpp
===================================================================
--- branches/1.0.0/core/AmB2ABSession.cpp 2008-09-23 14:37:36 UTC (rev
1084)
+++ branches/1.0.0/core/AmB2ABSession.cpp 2008-09-23 14:38:46 UTC (rev
1085)
@@ -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