]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Sync isc_file_template functions between unix and win32, so they are same
authorOndřej Surý <ondrej@sury.org>
Wed, 11 Apr 2018 21:04:20 +0000 (23:04 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 11 Apr 2018 21:04:20 +0000 (23:04 +0200)
lib/isc/win32/file.c

index d532ce1125df890ebfe128772b2bfeab33563299..cdd9b11c1b4424252973e05c1799eb80667d62c0 100644 (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);