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_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1670-gd08b917
Date: Tue, 16 Jul 2013 13:40:14 +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  d08b917de212d81c2819014e3cb1883b34346e45 (commit)
      from  aced16dc89cc2eda08dd0f119efc9ff7b435101e (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=d08b917de212d81c2819014e3cb1883b34346e45


commit d08b917de212d81c2819014e3cb1883b34346e45
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Jul 16 15:39:26 2013 +0200

    Another attempt to make XMLSocketTest pass with IPv6 supported in Gnash.

diff --git a/testsuite/XmlSocketServer.pl b/testsuite/XmlSocketServer.pl
index 3d06aee..f5e0910 100644
--- a/testsuite/XmlSocketServer.pl
+++ b/testsuite/XmlSocketServer.pl
@@ -1,10 +1,11 @@
 use IO::Socket;
+use IO::Socket::INET6;
 use IO::Select;
 use Time::HiRes;
 
 $SIG{PIPE}='IGNORE';
 
-my $m=new IO::Socket::INET(Listen=>1,LocalPort=>2229,Reuse=>1,Proto=>'tcp');
+my $m=new IO::Socket::INET6(Listen=>1,LocalPort=>2229,Reuse=>1,Proto=>'tcp');
 my $O=new IO::Select($m);
 
 $verbose = ( $ARGV[0] eq '-v' ) ? 1 : 0;

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

Summary of changes:
 testsuite/XmlSocketServer.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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