Merge branch '189-fix-win32-build' into 'master'

Fix runtime assertion on Windows due isc_file_template being out-of-sync

Closes #189

See merge request isc-projects/bind9!193
This commit is contained in:
Ondřej Surý
2018-04-12 02:46:21 -04:00

View File

@@ -323,7 +323,6 @@ isc_file_template(const char *path, const char *templet, char *buf,
{
char *s;
REQUIRE(path != NULL);
REQUIRE(templet != NULL);
REQUIRE(buf != NULL);