11 lines
492 B
C++
11 lines
492 B
C++
--- src/lib/dhcpsrv/daemon.cc.orig 2017-10-05 13:00:04 UTC
|
|
+++ src/lib/dhcpsrv/daemon.cc
|
|
@@ -29,7 +29,7 @@ namespace dhcp {
|
|
|
|
Daemon::Daemon()
|
|
: signal_set_(), signal_handler_(), config_file_(""), proc_name_(""),
|
|
- pid_file_dir_(DHCP_DATA_DIR), pid_file_(), am_file_author_(false) {
|
|
+ pid_file_dir_(KEA_PIDFILE_DIR), pid_file_(), am_file_author_(false) {
|
|
|
|
// The pid_file_dir can be overridden via environment variable
|
|
// This is primarily intended to simplify testing
|