gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-136-g8b6ae52
Date: Sat, 26 Feb 2011 17:47:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  8b6ae52373952adfb567e402e9a546559cdd3596 (commit)
      from  97b689b52d9a3477147cceffb68f3b4b86625100 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=8b6ae52373952adfb567e402e9a546559cdd3596


commit 8b6ae52373952adfb567e402e9a546559cdd3596
Author: Rob Savoye <address@hidden>
Date:   Sat Feb 26 10:46:49 2011 -0700

    put the return false back in if there are too many attempts to read the 
network.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index 4b4d4f8..b38576f 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -710,6 +710,7 @@ nsPluginInstance::handlePlayerRequests(GIOChannel* iochan, 
GIOCondition cond)
         // looping here forever, so this is our escape from that loop.
         if (retries-- <= 0) {
             gnash::log_error("Too many attempts to read from the player!");
+            return false;
         }
         error = 0;
         request = 0;

-----------------------------------------------------------------------

Summary of changes:
 plugin/npapi/plugin.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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