Don't remove SHUTDOWN_EVENT from initial env.
robs [Fri, 22 Jun 2001 03:00:18 +0000 (03:00 +0000)]
libfcgi/os_win32.c

index ff53ad0..7f1f1c8 100755 (executable)
@@ -17,7 +17,7 @@
  *  significantly more enjoyable.)
  */
 #ifndef lint
-static const char rcsid[] = "$Id: os_win32.c,v 1.18 2001/06/20 17:02:09 robs Exp $";
+static const char rcsid[] = "$Id: os_win32.c,v 1.19 2001/06/22 03:00:18 robs Exp $";
 #endif /* not lint */
 
 #define WIN32_LEAN_AND_MEAN 
@@ -348,8 +348,6 @@ int OS_LibInit(int stdioFds[3])
     {
         HANDLE shutdownEvent = (HANDLE) atoi(val);
 
-        putenv(SHUTDOWN_EVENT_NAME"=");
-
         if (! CreateThread(NULL, 0, ShutdownRequestThread, 
                            shutdownEvent, 0, NULL))
         {