2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Sync isc_file_template functions between unix and win32, so they are same

This commit is contained in:
Ondřej Surý
2018-04-11 23:04:20 +02:00
parent 91683d19a8
commit 8c99d104e3

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);