2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

windows: complain if -t is set

This commit is contained in:
Mark Andrews
2008-11-17 05:41:10 +00:00
parent a435080fb8
commit cb98b2c207

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.c,v 1.30 2008/11/02 12:48:39 fdupont Exp $ */
/* $Id: os.c,v 1.31 2008/11/17 05:41:10 marka Exp $ */
#include <config.h>
#include <stdarg.h>
@@ -155,7 +155,8 @@ ns_os_closedevnull(void) {
void
ns_os_chroot(const char *root) {
ns_main_earlyfatal("chroot(): isn't supported by Win32 API");
if (root != NULL)
ns_main_earlyfatal("chroot(): isn't supported by Win32 API");
}
void