mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 09:20:51 -05:00
update copyright notice
This commit is contained in:
parent
3cc8c7d630
commit
d478dbae80
1 changed files with 2 additions and 2 deletions
|
|
@ -720,8 +720,8 @@ isc_file_sanitize(const char *dir, const char *base, const char *ext,
|
|||
* plus null terminator)
|
||||
*/
|
||||
if (l < 65)
|
||||
l = 65;
|
||||
|
||||
l = 65;
|
||||
|
||||
if (dir != NULL)
|
||||
l += strlen(dir) + 1;
|
||||
if (ext != NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue