mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
oops, isc__file_mktemplate instead of isc_file_mktemplate
This commit is contained in:
parent
b8957f3496
commit
37cc3f596b
@ -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 = ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user