mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Sync isc_file_template functions between unix and win32, so they are same
This commit is contained in:
@@ -323,7 +323,6 @@ isc_file_template(const char *path, const char *templet, char *buf,
|
|||||||
{
|
{
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
REQUIRE(path != NULL);
|
|
||||||
REQUIRE(templet != NULL);
|
REQUIRE(templet != NULL);
|
||||||
REQUIRE(buf != NULL);
|
REQUIRE(buf != NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user