From: Ondřej Surý Date: Wed, 11 Apr 2018 21:04:20 +0000 (+0200) Subject: Sync isc_file_template functions between unix and win32, so they are same X-Git-Tag: v9.13.0~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c99d104e38ba930532aa05cce548f5743aee77f;p=thirdparty%2Fbind9.git Sync isc_file_template functions between unix and win32, so they are same --- diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index d532ce1125d..cdd9b11c1b4 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -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);