[GRASS-SVN] r62682 - grass/branches/releasebranch_6_4/lib/db/dbmi_client
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 9 06:41:32 PST 2014
Author: mmetz
Date: 2014-11-09 06:41:32 -0800 (Sun, 09 Nov 2014)
New Revision: 62682
Modified:
grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c
Log:
dblib: no more db driver zombies in wingrass (fix #1579)
Modified: grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c 2014-11-09 14:41:13 UTC (rev 62681)
+++ grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c 2014-11-09 14:41:32 UTC (rev 62682)
@@ -123,7 +123,7 @@
/* run the driver as a child process and create pipes to its stdin, stdout */
#ifdef __MINGW32__
-#define pipe(fds) _pipe(fds, 250000, _O_BINARY)
+#define pipe(fds) _pipe(fds, 250000, _O_BINARY | _O_NOINHERIT)
#endif
/* open the pipes */
More information about the grass-commit
mailing list