mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 02:52:03 -04:00
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:
commit
01f8e5dbb8
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue