Fixed indendation.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3086 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-02-18 11:45:20 +00:00
parent 69e15604d0
commit 7ec8c7e66f
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ JBServerStream* JBServerEngine::findServerStream(const String& local, const Stri
// Lock the stream: remote jid might change
Lock lock(stream);
if (local != stream->local()) {
stream = 0;
stream = 0;
continue;
}
bool checkRemote = out || stream->type() == JBStream::comp;