'connector' member not initialized in AmB2ABSession. Patch by Rui Jin Zheng rjzheng at boronetworks

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1084 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent f0a0f06931
commit 7d08135f38

@ -40,7 +40,8 @@ AmB2ABSession::AmB2ABSession()
AmB2ABSession::AmB2ABSession(const string& other_local_tag)
: other_id(other_local_tag),
AmSession()
AmSession(),
connector(NULL)
{}

Loading…
Cancel
Save