summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/devd/devd.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index a1ee9cd..32d98a2 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 *);
OpenPOWER on IntegriCloud