/*
- * $Id: main.cc,v 1.219 1998/02/13 18:26:58 wessels Exp $
+ * $Id: main.cc,v 1.220 1998/02/17 19:12:06 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
memInit(); /* memInit must go before at least redirect */
disk_init(); /* disk_init must go before ipcache_init() */
}
+#if USE_ASYNC_IO
+ aioClose(dup(0)); /* cough */
+#endif
ipcache_init();
fqdncache_init();
dnsOpenServers();