Removed commented code.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1904 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-04-15 10:21:36 +00:00
parent d87d997122
commit 193e6c8bf9
1 changed files with 1 additions and 8 deletions

View File

@ -350,14 +350,7 @@ void JBStream::connect()
m_local.safe(),m_remote.safe(),addr().host().safe(),addr().port(),this);
// Send stream start
#if 0
if (type() == JBEngine::Client && flag(NoVersion1)) {
Lock2 lck2(m_socket.m_streamMutex,m_socket.m_receiveMutex);
startTls();
}
else
#endif
sendStreamStart();
sendStreamStart();
}
// Read data from socket and pass it to the parser