diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh index a1ee9cd595d5..32d98a2a22b1 100644 --- a/sbin/devd/devd.hh +++ b/sbin/devd/devd.hh @@ -143,7 +143,7 @@ private: class config { public: - config() : _pidfile("") { push_var_table(); } + config() { _pidfile = ""; push_var_table(); } virtual ~config() { reset(); } void add_attach(int, event_proc *); void add_detach(int, event_proc *);