code. Still won't compile cleanly, but we are closer. I am hoping for a
clean Windows compile by Friday.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84294
13f79535-47bb-0310-9956-
ffa450edef68
dump_iphash_statistics(main_s);
#endif
if (getenv("DUMP_VHOSTS")) {
- int errfileno = STDERR_FILENO;
ap_file_t *thefile = NULL;
-
- ap_put_os_file(&thefile, &errfileno, p);
+ ap_open_stderr(&thefile, p);
dump_vhost_config(thefile);
}
}