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. 0_9_1-8-g7


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-8-g797b304
Date: Sat, 26 Dec 2009 22:28:24 +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  797b304b8234471f8cca28791951dfcc7e6a2ea5 (commit)
      from  11b240f3f197096e420f91f5fe16b6c5c93f71db (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 797b304b8234471f8cca28791951dfcc7e6a2ea5
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Dec 26 20:51:40 2009 +0100

    Call killServer in the ForkServer destructor.

diff --git a/myserver/include/base/process/fork_server.h 
b/myserver/include/base/process/fork_server.h
index 2f1e9ca..16427d5 100644
--- a/myserver/include/base/process/fork_server.h
+++ b/myserver/include/base/process/fork_server.h
@@ -38,7 +38,7 @@ class ForkServer
   const static int FLAG_STDIN_SOCKET = 8;
 
   ForkServer () {initialized = false;}
-  ~ForkServer () {}
+  ~ForkServer () {killServer ();}
 
   void killServer ();
   int startForkServer ();

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

Summary of changes:
 myserver/include/base/process/fork_server.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]