myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-259


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-259-gdcc848a
Date: Sun, 20 Jun 2010 20:46:50 +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 "GNU MyServer".

The branch, master has been updated
       via  dcc848a5b06a388ec97bc77bcd4b8cfe70289080 (commit)
      from  3bc226cb84df485ebc5d14db26a5f2c1f75ceb92 (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 -----------------------------------------------------------------


commit dcc848a5b06a388ec97bc77bcd4b8cfe70289080
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Jun 20 22:45:37 2010 +0200

    Use 127.0.0.1 for localhost address even if IPv6 is detected at build time.

diff --git a/myserver/include/base/socket/socket.h 
b/myserver/include/base/socket/socket.h
index 5ad6be0..b0481c1 100644
--- a/myserver/include/base/socket/socket.h
+++ b/myserver/include/base/socket/socket.h
@@ -51,7 +51,7 @@ typedef int SocketHandle;
 #  define MAX_IP_STRING_LEN  32
 # endif
 
-# if HAVE_IPV6
+# if 0 && HAVE_IPV6
 #  define LOCALHOST_ADDRESS "::1"
 # else
 #  define LOCALHOST_ADDRESS "127.0.0.1"

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

Summary of changes:
 myserver/include/base/socket/socket.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

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