[svn] GnuPG - r4695 - trunk/common

svn author marcus cvs at cvs.gnupg.org
Fri Feb 15 23:57:53 CET 2008


Author: marcus
Date: 2008-02-15 23:57:52 +0100 (Fri, 15 Feb 2008)
New Revision: 4695

Modified:
   trunk/common/ChangeLog
   trunk/common/exechelp.c
Log:
2008-02-15  Marcus Brinkmann  <marcus at g10code.de>

	* exechelp.c (gnupg_spawn_process_fd): Add flag DETACHED_PROCESS
	unconditionally (required for all callers at the moment).


Modified: trunk/common/ChangeLog
===================================================================
--- trunk/common/ChangeLog	2008-02-15 09:58:01 UTC (rev 4694)
+++ trunk/common/ChangeLog	2008-02-15 22:57:52 UTC (rev 4695)
@@ -1,3 +1,8 @@
+2008-02-15  Marcus Brinkmann  <marcus at g10code.de>
+
+	* exechelp.c (gnupg_spawn_process_fd): Add flag DETACHED_PROCESS
+	unconditionally (required for all callers at the moment).
+
 2008-02-14  Werner Koch  <wk at g10code.com>
 
 	* sysutils.c (gnupg_allow_set_foregound_window): New.

Modified: trunk/common/exechelp.c
===================================================================
--- trunk/common/exechelp.c	2008-02-15 09:58:01 UTC (rev 4694)
+++ trunk/common/exechelp.c	2008-02-15 22:57:52 UTC (rev 4695)
@@ -562,7 +562,7 @@
                       TRUE,          /* Inherit handles.  */
                       (CREATE_DEFAULT_ERROR_MODE
                        | GetPriorityClass (GetCurrentProcess ())
-                       | CREATE_SUSPENDED),
+                       | CREATE_SUSPENDED | DETACHED_PROCESS),
                       NULL,          /* Environment.  */
                       NULL,          /* Use current drive/directory.  */
                       &si,           /* Startup information. */




More information about the Gnupg-commits mailing list