mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:43:32 +03:00
Merge 6de478957a into 36295347bc
This commit is contained in:
commit
edf5a33702
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class Dnsd:
|
|||
self._lock_dir = os.path.join(self._dnsd_dir, 'lock')
|
||||
self._log_file = os.path.join(self._log_dir, 'dnsd.log')
|
||||
self._conf_file = os.path.join(self._log_dir, 'dnsd.cmd')
|
||||
self._pid_file = os.path.join(self._log_dir, 'dante.pid')
|
||||
self._pid_file = os.path.join(self._log_dir, 'dnsd.pid')
|
||||
self._error_log = os.path.join(self._log_dir, 'dnsd.err.log')
|
||||
self._process = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue