mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 13:01:40 -05:00
fix merge error
This commit is contained in:
parent
9159c4c80c
commit
48865bf022
1 changed files with 1 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ configure_view_dnsseckeys(dns_view_t *view, const cfg_obj_t *vconfig,
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
if (!isc_file_isdirwritable(directory)) {
|
||||
if (!isc_file_isdirwritable(cwd)) {
|
||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
|
||||
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
|
||||
"working directory '%s' "
|
||||
|
|
|
|||
Loading…
Reference in a new issue