gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r10077: remove if'd out code.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10077: remove if'd out code.
Date: Sat, 28 Mar 2009 16:45:43 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10077
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-03-28 16:45:43 -0600
message:
  remove if'd out code.
modified:
  libcore/asobj/NetConnection_as.cpp
=== modified file 'libcore/asobj/NetConnection_as.cpp'
--- a/libcore/asobj/NetConnection_as.cpp        2009-03-27 19:57:58 +0000
+++ b/libcore/asobj/NetConnection_as.cpp        2009-03-28 22:45:43 +0000
@@ -347,17 +347,6 @@
                notifyStatus(CONNECT_FAILED);
                return;
            }
-#if 0
-           if (!_rtmp_client->clientFinish()) {
-               log_error("RTMP handshake completion failed");
-               notifyStatus(CONNECT_FAILED);
-               return;
-           } else {
-               log_debug("RTMP handshake completed");
-               notifyStatus(CONNECT_SUCCESS);
-               _isConnected = true;
-           }
-#endif
            tcUrl = url.protocol() + "://" + url.hostname();
            if (!url.port().empty()) {
                tcUrl += ":" + url.port();


reply via email to

[Prev in Thread] Current Thread [Next in Thread]