--- quickfix-autotools-bootstrap/src/C++/ThreadedSocketConnection.cpp 2010-09-15 10:36:03.000000000 -0400 +++ quickfix-upstream-3139358/src/C++/ThreadedSocketConnection.cpp 2010-12-17 16:24:11.000000000 -0500 @@ -47,7 +47,7 @@ const std::string& address, short port, Application& application, Log* pLog ) : m_socket( s ), m_address( address ), m_port( port ), - m_application( application ), m_pLog( m_pLog ), + m_application( application ), m_pLog( pLog ), m_pSession( Session::lookupSession( sessionID ) ), m_disconnect( false ) {