*** empty log message ***
robs [Sat, 26 Aug 2000 13:58:33 +0000 (13:58 +0000)]
libfcgi/os_unix.c

index 8c672cc..2c0468e 100755 (executable)
@@ -17,7 +17,7 @@
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: os_unix.c,v 1.18 2000/08/26 02:43:01 robs Exp $";
+static const char rcsid[] = "$Id: os_unix.c,v 1.19 2000/08/26 13:58:33 robs Exp $";
 #endif /* not lint */
 
 #include "fcgi_config.h"
@@ -671,7 +671,7 @@ int OS_AsyncWrite(int fd, int offset, void *buf, int len,
  */
 int OS_Close(int fd)
 {
-    if (asyncIo) {
+    if (asyncIoInUse) {
         int index = AIO_RD_IX(fd);
 
         FD_CLR(fd, &readFdSet);