mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
oops, isc__file_mktemplate instead of isc_file_mktemplate
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define TEMPLATE "tXXXXXXX.tmp"
|
||||
|
||||
isc_result_t
|
||||
isc__file_mktemplate(const char *file, char *buf, size_t buflen) {
|
||||
isc_file_mktemplate(const char *file, char *buf, size_t buflen) {
|
||||
char *s;
|
||||
|
||||
s = ;
|
||||
|
Reference in New Issue
Block a user