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. 768e3dd337


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 768e3dd337ecc8b4449a774efc7ae7e161054af6
Date: Fri, 02 Oct 2009 21:29:46 +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  768e3dd337ecc8b4449a774efc7ae7e161054af6 (commit)
      from  4f6abb2f1e5758d098be50b84b744dbf622451c3 (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 768e3dd337ecc8b4449a774efc7ae7e161054af6
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Oct 2 21:03:52 2009 +0200

    Remove unused definition.

diff --git a/myserver/src/server/server.cpp b/myserver/src/server/server.cpp
index 4f597b4..b619a6c 100644
--- a/myserver/src/server/server.cpp
+++ b/myserver/src/server/server.cpp
@@ -58,14 +58,7 @@ extern "C"
 }
 #include <sstream>
 
-#if HAVE_IPV6
-const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
-#endif
-
-/*!
- *At startup the server instance is null.
- */
-Server* Server::instance = 0;
+Server* Server::instance = NULL;
 
 Server::Server () : connectionsScheduler (this),
                    listenThreads (&connectionsScheduler, this),

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

Summary of changes:
 myserver/src/server/server.cpp |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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