gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10753: comment out inet_lnaof(), it


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10753: comment out inet_lnaof(), it's not used.
Date: Mon, 30 Mar 2009 17:24:05 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10753
committer: address@hidden
branch nick: trunk
timestamp: Mon 2009-03-30 17:24:05 -0600
message:
  comment out inet_lnaof(), it's not used.
modified:
  libnet/network.cpp
=== modified file 'libnet/network.cpp'
--- a/libnet/network.cpp        2009-03-05 19:35:09 +0000
+++ b/libnet/network.cpp        2009-03-30 23:24:05 +0000
@@ -201,7 +201,7 @@
 
     retries = 0;
 
-    nodeaddr = inet_lnaof(*thisaddr);
+//     nodeaddr = inet_lnaof(*thisaddr);
     while (retries < 5) {
         if (bind(_listenfd, reinterpret_cast<struct sockaddr *>(&sock_in),
                  sizeof(sock_in)) == -1) {


reply via email to

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